-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae008a8
commit 541c360
Showing
2 changed files
with
121 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,61 @@ | ||
parameters: | ||
accountid: | ||
schema: | ||
type: string | ||
example: jetsonsFutureHome | ||
name: accountid | ||
in: path | ||
required: true | ||
description: unique per account (see `'My Account'` for more information) | ||
spaceid: | ||
schema: | ||
type: string | ||
example: seattle-office | ||
default: all | ||
in: query | ||
name: spaceid | ||
description: location associated with the devices (see `'My Spaces'` for more information) | ||
allowEmptyValue: true | ||
deviceName: | ||
schema: | ||
type: string | ||
default: newDevice | ||
example: garageCamera | ||
in: header | ||
name: deviceName | ||
description: devices in the same space require unique names or will be assigned the default name `'newDevice'` | ||
allowEmptyValue: true | ||
deviceid: | ||
schema: | ||
type: string | ||
default: all | ||
example: 123abc | ||
in: header | ||
name: deviceid | ||
description: 'unique identifiers for devices registered on the service cloud, when empty it defaults to `''all''`' | ||
allowEmptyValue: true | ||
required: true | ||
sort: | ||
schema: | ||
type: string | ||
enum: | ||
- asc | ||
- desc | ||
default: desc | ||
example: asc | ||
in: query | ||
name: sort | ||
allowEmptyValue: true | ||
description: will sort objects returned from the request | ||
limit: | ||
schema: | ||
type: integer | ||
default: 10 | ||
format: int32 | ||
example: 15 | ||
maximum: 25 | ||
minimum: 1 | ||
in: query | ||
name: limit | ||
allowEmptyValue: true | ||
description: specify the number of results returned from the request | ||
accountid: | ||
schema: | ||
type: string | ||
example: jetsonsFutureHome | ||
name: accountid | ||
in: path | ||
required: true | ||
description: unique per account (see `'My Account'` for more information) | ||
spaceid: | ||
schema: | ||
type: string | ||
example: seattle-office | ||
default: all | ||
in: query | ||
name: spaceid | ||
description: location associated with the devices (see `'My Spaces'` for more information) | ||
allowEmptyValue: true | ||
deviceName: | ||
schema: | ||
type: string | ||
default: newDevice | ||
example: garageCamera | ||
in: header | ||
name: deviceName | ||
description: devices in the same space require unique names or will be assigned the default name `'newDevice'` | ||
allowEmptyValue: true | ||
deviceid: | ||
schema: | ||
type: string | ||
default: all | ||
example: 123abc | ||
in: header | ||
name: deviceid | ||
description: 'unique identifiers for devices registered on the service cloud, when empty it defaults to `''all''`' | ||
allowEmptyValue: true | ||
required: true | ||
sort: | ||
schema: | ||
type: string | ||
enum: | ||
- asc | ||
- desc | ||
default: desc | ||
example: asc | ||
in: query | ||
name: sort | ||
allowEmptyValue: true | ||
description: will sort objects returned from the request | ||
limit: | ||
schema: | ||
type: integer | ||
default: 10 | ||
format: int32 | ||
example: 15 | ||
maximum: 25 | ||
minimum: 1 | ||
in: query | ||
name: limit | ||
allowEmptyValue: true | ||
description: specify the number of results returned from the request |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters