@@ -39,6 +39,10 @@ paths:
39
39
$ref : ' ./paths/admin/keyspace-_raw-docid.yaml'
40
40
' /{keyspace}/_revtree/{docid} ' :
41
41
$ref : ' ./paths/admin/keyspace-_revtree-docid.yaml'
42
+ ' /{db}/ ' :
43
+ $ref : ' ./paths/admin/db-.yaml'
44
+ /_all_dbs :
45
+ $ref : ./paths/admin/_all_dbs.yaml
42
46
' /{db}/_user/ ' :
43
47
$ref : ' ./paths/admin/db-_user-.yaml'
44
48
' /{db}/_user/{name} ' :
59
63
$ref : ' ./paths/admin/db-_replicationStatus-.yaml'
60
64
' /{db}/_replicationStatus/{replicationid} ' :
61
65
$ref : ' ./paths/admin/db-_replicationStatus-replicationid.yaml'
62
- /_logging :
63
- $ref : ./paths/admin/_logging.yaml
64
66
' /_profile/{profilename} ' :
65
67
$ref : ' ./paths/admin/_profile-profilename.yaml'
66
68
/_profile :
@@ -123,35 +125,22 @@ paths:
123
125
$ref : ' ./paths/admin/keyspace-_dumpchannel-channel.yaml'
124
126
' /{db}/_repair ' :
125
127
$ref : ' ./paths/admin/db-_repair.yaml'
126
- /_all_dbs :
127
- $ref : ./paths/admin/_all_dbs.yaml
128
128
' /{db}/_compact ' :
129
129
$ref : ' ./paths/admin/db-_compact.yaml'
130
- ' /{db}/ ' :
131
- $ref : ' ./paths/admin/db-.yaml'
132
130
' /{keyspace}/ ' :
133
131
$ref : ' ./paths/admin/keyspace-.yaml'
134
132
/_expvar :
135
- # use the same path as for metrics
136
- $ref : ./paths/metric/_expvar.yaml
133
+ $ref : ./paths/admin/_expvar.yaml
137
134
/ :
138
135
$ref : ./paths/admin/-.yaml
139
136
/_ping :
140
137
$ref : ./paths/common/_ping.yaml
141
- ' /{keyspace}/_all_docs ' :
142
- $ref : ' ./paths/admin/keyspace-_all_docs.yaml'
143
- ' /{keyspace}/_bulk_docs ' :
144
- $ref : ' ./paths/admin/keyspace-_bulk_docs.yaml'
145
- ' /{keyspace}/_bulk_get ' :
146
- $ref : ' ./paths/admin/keyspace-_bulk_get.yaml'
147
138
' /{keyspace}/_changes ' :
148
139
$ref : ' ./paths/admin/keyspace-_changes.yaml'
149
140
' /{db}/_design/{ddoc} ' :
150
141
$ref : ' ./paths/admin/db-_design-ddoc.yaml'
151
142
' /{db}/_design/{ddoc}/_view/{view} ' :
152
143
$ref : ' ./paths/admin/db-_design-ddoc-_view-view.yaml'
153
- ' /{db}/_ensure_full_commit ' :
154
- $ref : ' ./paths/admin/db-_ensure_full_commit.yaml'
155
144
' /{keyspace}/_revs_diff ' :
156
145
$ref : ' ./paths/admin/keyspace-_revs_diff.yaml'
157
146
' /{keyspace}/_local/{docid} ' :
@@ -160,10 +149,12 @@ paths:
160
149
$ref : ' ./paths/admin/keyspace-docid.yaml'
161
150
' /{keyspace}/{docid}/{attach} ' :
162
151
$ref : ' ./paths/admin/keyspace-docid-attach.yaml'
163
- ' /{db}/_facebook ' :
164
- $ref : ' ./paths/admin/db-_facebook.yaml'
165
- ' /{db}/_google ' :
166
- $ref : ' ./paths/admin/db-_google.yaml'
152
+ ' /{keyspace}/_all_docs ' :
153
+ $ref : ' ./paths/admin/keyspace-_all_docs.yaml'
154
+ ' /{keyspace}/_bulk_docs ' :
155
+ $ref : ' ./paths/admin/keyspace-_bulk_docs.yaml'
156
+ ' /{keyspace}/_bulk_get ' :
157
+ $ref : ' ./paths/admin/keyspace-_bulk_get.yaml'
167
158
' /{db}/_oidc ' :
168
159
$ref : ' ./paths/admin/db-_oidc.yaml'
169
160
' /{db}/_oidc_challenge ' :
@@ -173,18 +164,26 @@ paths:
173
164
' /{db}/_oidc_refresh ' :
174
165
$ref : ' ./paths/admin/db-_oidc_refresh.yaml'
175
166
' /{db}/_oidc_testing/.well-known/openid-configuration ' :
176
- $ref : ' ./paths/admin /db-_oidc_testing-.well-known-openid-configuration.yaml'
167
+ $ref : ' ./paths/common /db-_oidc_testing-.well-known-openid-configuration.yaml'
177
168
' /{db}/_oidc_testing/authorize ' :
178
- $ref : ' ./paths/admin /db-_oidc_testing-authorize.yaml'
169
+ $ref : ' ./paths/common /db-_oidc_testing-authorize.yaml'
179
170
' /{db}/_oidc_testing/token ' :
180
- $ref : ' ./paths/admin /db-_oidc_testing-token.yaml'
171
+ $ref : ' ./paths/common /db-_oidc_testing-token.yaml'
181
172
' /{db}/_oidc_testing/certs ' :
182
- $ref : ' ./paths/admin /db-_oidc_testing-certs.yaml'
173
+ $ref : ' ./paths/common /db-_oidc_testing-certs.yaml'
183
174
' /{db}/_oidc_testing/authenticate ' :
184
- $ref : ' ./paths/admin /db-_oidc_testing-authenticate.yaml'
175
+ $ref : ' ./paths/common /db-_oidc_testing-authenticate.yaml'
185
176
' /{db}/_blipsync ' :
186
177
$ref : ' ./paths/admin/db-_blipsync.yaml'
187
-
178
+ # deprecated endpoints, put at the end to show up at the bottom
179
+ ' /{db}/_facebook ' :
180
+ $ref : ' ./paths/admin/db-_facebook.yaml'
181
+ ' /{db}/_google ' :
182
+ $ref : ' ./paths/admin/db-_google.yaml'
183
+ ' /{db}/_ensure_full_commit ' :
184
+ $ref : ' ./paths/common/db-_ensure_full_commit.yaml'
185
+ /_logging :
186
+ $ref : ./paths/admin/_logging.yaml
188
187
tags :
189
188
- name : Authentication
190
189
description : Manage authentication
0 commit comments