Update a request’s status or properties.
request) status or properties.
| Field | Type | Description |
|---|---|---|
archived | boolean | Archive or unarchive the form |
draft | boolean | Set draft status (true = draft, false = activate) |
processed | boolean | Mark as processed or unprocessed |
active_until | string | Update expiration date (ISO 8601) |
| Code | Description |
|---|---|
200 | Success - Form updated successfully |
400 | Bad Request - Invalid parameters |
401 | Unauthorized - Invalid access token |
403 | Forbidden - No access to this resource |
404 | Not Found - Form doesn’t exist |
422 | Unprocessable - Validation failed |
429 | Too Many Requests - Rate limit exceeded |
500 | Server Error - Internal error |
OAuth2 access token. Include as: Authorization: Bearer {access_token}
Request UUID
Request updated successfully
Request UUID
Creation timestamp
Current request status
draft, pending, completed, declined, processed Whether the request is archived
Timestamp when archived
Timestamp when marked as processed
When the form becomes active
When the form expires
URLs for accessing the request
Contact information
Request owner information
Form template information
Pre-filled form data
Custom metadata
Form-specific options
Array of form responses
Array of notifications sent for this request