Skip to content

Commit 6d4983b

Browse files
authored
update
1 parent 37ec424 commit 6d4983b

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/api/components/parameters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ open_revs:
276276
schema:
277277
type: string
278278
example: '["1-abc","2-def"]'
279-
description: 'Option to fetch specified revisions of the document. The value can be `all` to fetch all leaf revisions, or a serialized JSON array of revision numbers (i.e. `open_revs=["rev1", "rev2"]`). Only leaf revision bodies that haven''t been pruned are guaranteed to be returned. If this option is specified the response will be in multipart format. Use the `Accept: application/json` request header to get the result as a JSON object.'
279+
description: 'Option to fetch specified revisions of the document. The value can be `all` to fetch all leaf revisions, or a serialized JSON array of revision IDs (i.e. `open_revs=["1-abc", "2-def"]`). Only leaf revision bodies that haven''t been pruned are guaranteed to be returned. If this option is specified the response will be in multipart format. Use the `Accept: application/json` request header to get the result as a JSON object.'
280280
pprof-seconds:
281281
name: seconds
282282
in: query

docs/api/paths/admin/keyspace-_changes.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ post:
153153
type: integer
154154
since:
155155
description: Starts the results from the change immediately after the given sequence ID. Sequence IDs should be considered opaque; they come from the last_seq property of a prior response.
156+
oneOf:
157+
- type: string
158+
- type: integer
156159
style:
157160
description: Controls whether to return the current winning revision (`main_only`) or all the leaf revision including conflicts and deleted former conflicts (`all_docs`).
158161
type: string

docs/api/paths/public/keyspace-_changes.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ post:
140140
type: integer
141141
since:
142142
description: Starts the results from the change immediately after the given sequence ID. Sequence IDs should be considered opaque; they come from the last_seq property of a prior response.
143+
oneOf:
144+
- type: string
145+
- type: integer
143146
style:
144147
description: Controls whether to return the current winning revision (`main_only`) or all the leaf revision including conflicts and deleted former conflicts (`all_docs`).
145148
type: string

0 commit comments

Comments
 (0)