File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Include-channels:
25
25
in : query
26
26
required : false
27
27
schema :
28
- type : string
28
+ type : boolean
29
29
description : Include the channels each document is part of that the calling user also has access too.
30
30
atts_since :
31
31
name : atts_since
@@ -123,21 +123,21 @@ include-access:
123
123
in : query
124
124
required : false
125
125
schema :
126
- type : string
126
+ type : boolean
127
127
description : Include what user/roles that each document grants access too.
128
128
include-revs :
129
129
name : revs
130
130
in : query
131
131
required : false
132
132
schema :
133
- type : string
133
+ type : boolean
134
134
description : Include all the revisions for each document under the `_revisions` property.
135
135
include-seqs :
136
136
name : update_seq
137
137
in : query
138
138
required : false
139
139
schema :
140
- type : string
140
+ type : boolean
141
141
description : Include the document sequence number `update_seq` property for each document.
142
142
includeAttachments :
143
143
name : attachments
@@ -158,7 +158,7 @@ include_docs:
158
158
in : query
159
159
required : false
160
160
schema :
161
- type : string
161
+ type : boolean
162
162
description : Include the body associated with each document.
163
163
include_runtime :
164
164
name : include_runtime
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ parameters:
10
10
get :
11
11
summary : Gets all the documents in the database with the given parameters
12
12
description : |-
13
- Returns all documents in the databased based on the specified parameters.
13
+ Returns all documents in the database based on the specified parameters.
14
14
15
15
Required Sync Gateway RBAC roles:
16
16
39
39
post :
40
40
summary : Get all the documents in the database using a built-in view
41
41
description : |-
42
- Get a built-in view of all the documents in the database.
42
+ Returns all documents in the database based on the specified parameters .
43
43
44
44
Required Sync Gateway RBAC roles:
45
45
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ parameters:
9
9
- $ref : ../../components/parameters.yaml#/keyspace
10
10
get :
11
11
summary : Gets all the documents in the database with the given parameters
12
- description : Returns all documents in the databased based on the specified parameters.
12
+ description : Returns all documents in the database based on the specified parameters.
13
13
parameters :
14
14
- $ref : ../../components/parameters.yaml#/include_docs
15
15
- $ref : ../../components/parameters.yaml#/Include-channels
32
32
operationId : get_keyspace-_all_docs
33
33
post :
34
34
summary : Get all the documents in the database using a built-in view
35
- description : Get a built-in view of all the documents in the database.
35
+ description : Returns all documents in the database based on the specified parameters .
36
36
parameters :
37
37
- $ref : ../../components/parameters.yaml#/include_docs
38
38
- $ref : ../../components/parameters.yaml#/Include-channels
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ post:
124
124
type : string
125
125
include_docs :
126
126
description : Include the body associated with each document.
127
- type : string
127
+ type : boolean
128
128
revocations :
129
129
description : ' If true, revocation messages will be sent on the changes feed.'
130
130
type : string
You can’t perform that action at this time.
0 commit comments