File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ endpoints:
9
9
Manage the collection of Longview client objects your account may access.
10
10
methods :
11
11
GET :
12
- response : longview
13
- paginationKey : longview
12
+ response : longviewclient
13
+ paginationKey : longviewclients
14
14
oauth : longviewclients:view
15
15
description : >
16
16
Returns a list of Longview clients.
@@ -25,7 +25,7 @@ endpoints:
25
25
Manage a particular Longview client your account may access.
26
26
methods :
27
27
GET :
28
- response : longview
28
+ response : longviewclient
29
29
oauth : longviewclients:view
30
30
description : >
31
31
Returns information about this Longview client.
Original file line number Diff line number Diff line change 1
1
# vim: set et ts=2 sw=2 tw=80 :
2
- name : Longview
3
- prefix : lngv
2
+ name : LongviewClient
4
3
description : >
5
4
Longview objects describe a single Longview client on your account.
6
5
schema :
You can’t perform that action at this time.
0 commit comments