Execute action on document
POST/documents/:document/action
Perform a state-changing action on a document.
Available actions:
| Action | Description |
|---|---|
approve | Approve a document pending approval |
request_approval | Request internal approval before sending |
clone | Create a copy of the document |
void | Void the document (prevents further signing) |
make_blueprint | Convert the document into a reusable blueprint |
archive | Archive the document |
restore | Restore an archived document |
delete | Permanently delete the document |
The make_blueprint action returns a Blueprint resource instead of
a Document.
Request
Responses
- 200
- 403
- 404
- 422
- 429
- 500
Action executed successfully
Insufficient permissions for this action
Resource not found
Validation failed
Too many requests — rate limit exceeded
Unexpected server error