Add x-example fields for v2 /sync
This commit is contained in:
parent
1aa916d690
commit
f50e6d4c0a
1 changed files with 4 additions and 0 deletions
|
@ -33,22 +33,26 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
The ID of a filter created using the filter API.
|
The ID of a filter created using the filter API.
|
||||||
|
x-example: "66696p746572"
|
||||||
- in: query
|
- in: query
|
||||||
name: since
|
name: since
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
A point in time to continue a sync from.
|
A point in time to continue a sync from.
|
||||||
|
x-example: "s72594_4483_1934"
|
||||||
- in: query
|
- in: query
|
||||||
name: set_presence
|
name: set_presence
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
Set the presence status of this client.
|
Set the presence status of this client.
|
||||||
|
x-example: "online"
|
||||||
- in: query
|
- in: query
|
||||||
name: timeout
|
name: timeout
|
||||||
type: integer
|
type: integer
|
||||||
description: |-
|
description: |-
|
||||||
The maximum time to poll in milliseconds before returning this
|
The maximum time to poll in milliseconds before returning this
|
||||||
request.
|
request.
|
||||||
|
x-example: 30000
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue