Skip to main content
PUT
Update a document

Authorizations

Authorization
string
header
required

API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.

Path Parameters

id
string<uuid>
required

Document ID.

Body

application/json
name
string

New document name.

Required string length: 1 - 100
description
string | null

New description. Pass null or empty string to remove.

Maximum string length: 500

Response

Document updated.

success
boolean
data
object