File tree Expand file tree Collapse file tree 4 files changed +34
-59
lines changed Expand file tree Collapse file tree 4 files changed +34
-59
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ endpoints:
360
360
Manage the collection of OAuth client applications your account may access.
361
361
methods :
362
362
GET :
363
- response : client
363
+ response : oauthclient
364
364
paginationKey : clients
365
365
oauth : clients:view
366
366
description : >
Original file line number Diff line number Diff line change 1
1
# vim: set et ts=2 sw=2 tw=80 :
2
2
name : Account
3
3
prefix : account/settings
4
- description :
4
+ description : >
5
+ A representation of account settings.
5
6
schema :
6
7
address_1 :
8
+ type : String
9
+ description : First line of this account's billing address.
7
10
value : 123 Main St.
8
- type : string
9
11
address_2 :
12
+ type : String
13
+ description : Second line of this account's billing address.
10
14
value : Suite 101
11
- type : string
12
15
city :
16
+ type : String
17
+ description : City portion of this account's billing address.
13
18
value : Philadelphia
14
- type : string
15
19
company :
20
+ type : String
21
+ description : This account's company name.
16
22
value : My Company LLC
17
- type : string
18
23
country :
24
+ type : String
25
+ description : Country portion of this account's billing address.
19
26
value : US
20
- type : string
21
27
email :
28
+ type : String
29
+ description : Email address associated with the account.
22
30
23
- type : string
24
31
first_name :
32
+ type : String
33
+ description : This account holder's first name.
25
34
value : John
26
- type : string
27
35
last_name :
36
+ type : String
37
+ description : This account holder's last name.
28
38
value : Smith
29
- type : string
30
39
network_helper :
31
- value : true
32
- type : boolean
40
+ type : Boolean
33
41
description : Enables network helper by default across all users.
42
+ value : true
34
43
phone :
44
+ type : String
45
+ description : Phone number associated with the account. Required format is 123-456-7890.
35
46
value : 555-555-1212
36
- type : string
37
47
state :
48
+ type : String
49
+ description : State (or province) portion of this account's billing address.
38
50
value : PA
39
- type : string
40
51
zip :
52
+ type : String
53
+ description : Zip Code portion of this account's billing address.
41
54
value : 19102
42
- type : string
43
55
balance :
56
+ type : Float
57
+ description : This account's balance (in US Dollars).
44
58
value : 0.00
45
- type : float
46
59
longview_subscription :
47
- value : null
48
- type : string
60
+ type : String
49
61
description : The Longview Pro tier you are currently subscribed to.
62
+ value : null
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ description: >
4
4
A Payment
5
5
schema :
6
6
date :
7
- type : String
7
+ type : Datetime
8
8
value : " 2015-09-29T11:21:01"
9
9
filterable : true
10
10
description : The date the payment was processed.
11
11
id :
12
- type : integer
12
+ type : Integer
13
13
value : 123
14
14
description : The payment's ID.
15
15
amount :
16
- type : integer
16
+ type : Integer
17
17
value : 120
18
18
filterable : true
19
19
description : The amount (in US Dollars) of the payment.
You can’t perform that action at this time.
0 commit comments