Skip to main content

Update Document

PUT 

/document/:document_id

The Update Document API allows users to modify and update the details of a specific document. Note that this API only allows to update a few parameters, you cannot change the file once it the document is created.

Request

Path Parameters

    document_id stringrequired

    ID of the document that needs to be updated

Body

Provide below parameter to update templates (at least one parameter required)

    name string
    note string
    description string
    folderId string

Responses

Document updated successfully!

Schema

    objectId string
    updatedAt date
Loading...