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

This endpoint is an alpha feature. It currently only supports an in-memory document store, which is not meant for production use.

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

    expiresAt date-timenullable

    The date and time when the link expires.

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...