Documents
Update a document
Update a document for the authenticated workspace by its ID.
PUT
/
documents
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredDocument ID
Body
application/json
slug
string
Workspace URL
name
string
Document name
description
string
Document name
Response
200 - application/json
error
boolean
Indicates if there was an error
document
object