Skip to main content
Version: Next

Create document link (alpha)

POST 

/document/:documentId/links

Create a link to a document in the Camunda 8 cluster.

Note that this currently only supports an in-memory document store, which is not meant for production use.

note

This endpoint is an alpha feature and may be subject to change in future releases.

Request

Path Parameters

    documentId stringrequired

    The ID of the document to link.

Query Parameters

    storeId string

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

Body

    timeToLive int64

    Default value: 3600000

    The time-to-live of the document link in ms.

Responses

The document link was created successfully.

Schema
    url string

    The link to the document.

    expiresAt date-time

    The date and time when the link expires.

Loading...