Skip to content

Commit 740b46e

Browse files
committed
update with changes
1 parent fc1508c commit 740b46e

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

docs/api/paths/admin/db-_ensure_full_commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
parameters:
99
- $ref: ../../components/parameters.yaml#/db
1010
post:
11-
summary: 'Commits any recent changes to the specified database to disk'
11+
summary: Ensure Full Commit
1212
description: |-
1313
This endpoint is non-functional but is present for CouchDB compatibility.
1414

docs/api/paths/admin/keyspace-_raw-docid.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -112,20 +112,3 @@ get:
112112
tags:
113113
- Document
114114
operationId: get_keyspace-_raw-docid
115-
head:
116-
summary: Check if a document exists
117-
responses:
118-
'200':
119-
description: Document exists
120-
'400':
121-
$ref: ../../components/responses.yaml#/request-problem
122-
'404':
123-
$ref: ../../components/responses.yaml#/Not-found
124-
tags:
125-
- Document
126-
description: |-
127-
Required Sync Gateway RBAC roles:
128-
129-
* Sync Gateway Application
130-
* Sync Gateway Application Read Only
131-
operationId: head_keyspace-_raw-docid

docs/api/paths/public/db-_ensure_full_commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
parameters:
99
- $ref: ../../components/parameters.yaml#/db
1010
post:
11-
summary: Commits any recent changes to the specified database to disk
11+
summary: Ensure Full Commit
1212
description: This endpoint is non-functional but is present for CouchDB compatibility.
1313
responses:
1414
'201':

0 commit comments

Comments
 (0)