Endpoints
Update Document
Updates an existing document in your Devscribe workspace
PUT/documents
Parameters
| Parameter | Type | Description |
|-----------|------|-------------|
| id | string | Document identifier (path parameter) |
Example Response
Response Fields
| Field | Type | Description |
|-------|------|-------------|
| id | string | Unique document identifier |
| title | string | Document title |
| slug | string | URL-friendly identifier |
| project_id | string | Project the document belongs to |
| tags | array[string] | Tags associated with the document |
| created_at | string | ISO 8601 timestamp of creation |
| updated_at | string | ISO 8601 timestamp of last update |