-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapiary.apib
42 lines (25 loc) · 811 Bytes
/
apiary.apib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
FORMAT: 1A
# Attributes Kit GitHub sync
sync test - apiary-staging.in - dec 18 - proxy
sync test - apiary-staging.in - dec 18
sync test - apiary-staging.in
sync test - GitHub >> Apiary
GitHub sync delay - update
GitHub sync test #2
fdsfdsfds
test #2
change to override from GitHub
# Group Coupons
## Coupon [/coupons/{id}]
+ Parameters
+ id (string)
The ID of the desired coupon.
+ Attributes (object)
+ id: 250FF (string, required)
+ created: 1415203908 (number) - Time stamp
+ percent_off: 25 (number)
A positive integer between 1 and 100 that represents the discount the coupon will apply.
+ redeem_by (number) - Date after which the coupon can no longer be redeemed
### Retrieve a Coupon [GET]
+ Response 200 (application/json)
+ Attributes (Coupon)