Skip to content

Commit 860ec5b

Browse files
author
ks-docs-sync[bot]
committed
chore(sync): pull latest SDK docs (2026-07-16)
1 parent 983bdd5 commit 860ec5b

7 files changed

Lines changed: 11 additions & 7 deletions

File tree

sdks/_generated-python/COMMIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0b97467db609c14cc8c0604191a9d26db5f986b9
1+
3b656cdf5d52ae84bb8b403f6fe3d28b5cd18acf

sdks/_generated-python/DocumentsApi.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ Delete Document Handler
112112

113113
Move a document and all its contents to trash.
114114

115+
Requires an active document checkout held by the caller. Acquire one via
116+
``POST /v1/documents/{id}/checkout`` first; otherwise this returns 409
117+
Conflict ("A document checkout is required to edit this document.").
118+
115119
### Example
116120

117121
* Api Key Authentication (cookieAuth):

sdks/_generated-python/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.136.1"
1+
version = "1.137.0"

sdks/_generated-ts/COMMIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
29f2d7d0ec4fc2b5e58d097e93254fdc766cf74b
1+
2a6cd66d7f7040d1f714facf529cdf83c3430cbe

sdks/_generated-ts/DocumentsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ example().catch(console.error);
9696
9797
Delete Document Handler
9898

99-
Move a document and all its contents to trash.
99+
Move a document and all its contents to trash. Requires an active document checkout held by the caller. Acquire one via ``POST /v1/documents/{id}/checkout`` first; otherwise this returns 409 Conflict (\"A document checkout is required to edit this document.\").
100100

101101
### Example
102102

sdks/_generated-ts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Below this line is auto-generated reference content.
5454

5555
---
5656

57-
# @knowledge-stack/ksapi@1.136.1
57+
# @knowledge-stack/ksapi@1.137.0
5858

5959
A TypeScript SDK client for the localhost API.
6060

@@ -710,7 +710,7 @@ and is automatically generated by the
710710
[OpenAPI Generator](https://openapi-generator.tech) project:
711711

712712
- API version: `0.1.0`
713-
- Package version: `1.136.1`
713+
- Package version: `1.137.0`
714714
- Generator version: `7.21.0`
715715
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
716716

sdks/_generated-ts/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"version": "1.136.1",
1+
"version": "1.137.0",

0 commit comments

Comments
 (0)