Type Alias: CreateDocumentLinkData
type CreateDocumentLinkData = object;
Defined in: gen/types.gen.ts:10189
Properties
body?
optional body: DocumentLinkRequest;
Defined in: gen/types.gen.ts:10190
path
path: object;
Defined in: gen/types.gen.ts:10191
documentId
documentId: DocumentId;
The ID of the document to link.
query?
optional query: object;
Defined in: gen/types.gen.ts:10197
contentHash?
optional contentHash: string;
The hash of the document content that was computed by the document store during upload. The hash is part of the document reference that is returned when uploading a document. If the client fails to provide the correct hash, the request will be rejected.
storeId?
optional storeId: string;
The ID of the document store where the document is located.
url
url: "/documents/{documentId}/links";
Defined in: gen/types.gen.ts:10208