Take document id
This commit is contained in:
parent
d5ff50a1b0
commit
f894cd6bd8
3 changed files with 35 additions and 3 deletions
|
|
@ -452,10 +452,14 @@ export interface components {
|
|||
Array_of_uint8: number[];
|
||||
CreateDocumentVersion: {
|
||||
contentBase64: string;
|
||||
/** Format: uuid */
|
||||
documentId?: string | null;
|
||||
relativePath: string;
|
||||
};
|
||||
CreateDocumentVersionMultipart: {
|
||||
content: components["schemas"]["Array_of_uint8"];
|
||||
/** Format: uuid */
|
||||
document_id?: string | null;
|
||||
relative_path: string;
|
||||
};
|
||||
DeleteDocumentVersion: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue