Skip to main content

Update a document

PATCH 
/documents/:id

Update a document.

Request

Path Parameters

    id uuidrequired

    Identifies the resource.

Body

required

    size

    object

    Indicates the document's filesize

    Indicates the document's filesize

    filename string

    The filename of the document.

    customer_reference string

    Optional reference string for customer tracking.

Responses

200: Successful response

default: Unexpected error

Loading...