Don't merge with existing document on create for correctness reasons

This commit is contained in:
Andras Schmelczer 2025-02-26 23:11:46 +00:00
parent f8b6718a22
commit e493b98a24
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 25 additions and 84 deletions

View file

@ -111,7 +111,7 @@ export interface paths {
[name: string]: unknown;
};
content: {
"application/json": components["schemas"]["DocumentUpdateResponse"];
"application/json": components["schemas"]["DocumentVersionWithoutContent"];
};
};
default: {
@ -161,7 +161,7 @@ export interface paths {
[name: string]: unknown;
};
content: {
"application/json": components["schemas"]["DocumentUpdateResponse"];
"application/json": components["schemas"]["DocumentVersionWithoutContent"];
};
};
default: {
@ -466,7 +466,7 @@ export interface components {
createdDate: string;
relativePath: string;
};
/** @description Response to a create/update document request. */
/** @description Response to a update document request. */
DocumentUpdateResponse:
| {
/** Format: date-time */