Skip to content

Commit

Permalink
Update docs for request_plus changes parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcfraser committed May 15, 2023
1 parent 569d6e9 commit 725ab77
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/api/paths/admin/keyspace-_changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ get:
- longpoll
- continuous
- websocket

- name: request_plus
in: query
description: When true, ensures all valid documents written prior to the request being issued are included in the response. This is only applicable for non-continuous feeds.
schema:
type: boolean
default: 'false'
responses:
'200':
$ref: ../../components/responses.yaml#/changes-feed
Expand Down Expand Up @@ -156,6 +163,9 @@ post:
feed:
description: 'The type of changes feed to use. '
type: string
request_plus:
description: 'When true, ensures all valid documents written prior to the request being issued are included in the response. This is only applicable for non-continuous feeds.'
type: string
responses:
'200':
$ref: ../../components/responses.yaml#/changes-feed
Expand Down

0 comments on commit 725ab77

Please sign in to comment.