Skip to content

Commit e293928

Browse files
author
Josh Sager
committed
Renamed to include "clients" at end of files
1 parent c54ad6e commit e293928

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/src/data/endpoints/longview.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ endpoints:
99
Manage the collection of Longview client objects your account may access.
1010
methods:
1111
GET:
12-
response: longview
13-
paginationKey: longview
12+
response: longviewclient
13+
paginationKey: longviewclients
1414
oauth: longviewclients:view
1515
description: >
1616
Returns a list of Longview clients.
@@ -25,7 +25,7 @@ endpoints:
2525
Manage a particular Longview client your account may access.
2626
methods:
2727
GET:
28-
response: longview
28+
response: longviewclient
2929
oauth: longviewclients:view
3030
description: >
3131
Returns information about this Longview client.

docs/src/data/objects/longview.yaml renamed to docs/src/data/objects/longviewclient.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# vim: set et ts=2 sw=2 tw=80 :
2-
name: Longview
3-
prefix: lngv
2+
name: LongviewClient
43
description: >
54
Longview objects describe a single Longview client on your account.
65
schema:

0 commit comments

Comments
 (0)