Skip to content

Commit d383893

Browse files
committed
v28: add truncate to document deletion parameters
1 parent 9b6eca9 commit d383893

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openapi.yml

+3
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,9 @@ paths:
357357
type: integer
358358
ignore_not_found:
359359
type: boolean
360+
truncate:
361+
description: When true, removes all documents from the collection while preserving the collection and its schema.
362+
type: boolean
360363
responses:
361364
'200':
362365
description: Documents successfully deleted

0 commit comments

Comments
 (0)