Skip to content

Commit

Permalink
CBG-4055: update api docs for all_docs endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
gregns1 committed Jul 1, 2024
1 parent 67b9c2d commit 39be687
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/api/components/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Include-channels:
in: query
required: false
schema:
type: string
type: boolean
description: Include the channels each document is part of that the calling user also has access too.
atts_since:
name: atts_since
Expand Down Expand Up @@ -134,21 +134,21 @@ include-access:
in: query
required: false
schema:
type: string
type: boolean
description: Include what user/roles that each document grants access too.
include-revs:
name: revs
in: query
required: false
schema:
type: string
type: boolean
description: Include all the revisions for each document under the `_revisions` property.
include-seqs:
name: update_seq
in: query
required: false
schema:
type: string
type: boolean
description: Include the document sequence number `update_seq` property for each document.
includeAttachments:
name: attachments
Expand All @@ -169,7 +169,7 @@ include_docs:
in: query
required: false
schema:
type: string
type: boolean
description: Include the body associated with each document.
include_runtime:
name: include_runtime
Expand Down
2 changes: 1 addition & 1 deletion docs/api/paths/public/keyspace-_changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ post:
type: string
include_docs:
description: Include the body associated with each document.
type: string
type: boolean
revocations:
description: 'If true, revocation messages will be sent on the changes feed.'
type: string
Expand Down

0 comments on commit 39be687

Please sign in to comment.