@camunda8/sdk
    Preparing search index...

    Interface CreateDocumentLinkRequest

    interface CreateDocumentLinkRequest {
        contentHash?: string;
        documentId: string;
        storeId?: string;
        timeToLive?: number;
    }
    Index

    Properties

    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.

    documentId: string

    The ID of the document to link.

    storeId?: string

    The ID of the document store to link the document from.

    timeToLive?: number

    The time-to-live of the document link in ms. Default value: 3600000