Update a record
Resources
Update a record
Updates an existing record.
PUT
Update a record
Updates a record. The request body is validated against the resource’sDocumentation Index
Fetch the complete documentation index at: https://docs.exowizz.com/llms.txt
Use this file to discover all available pages before exploring further.
updateRules. The user must be authorized (admin or owner).
Path parameters
The resource name (e.g.
contact, order).The record’s ID.
Request body
The fields to update. Only send the fields you want to change — usesometimes in your updateRules to make fields optional.
Request
Response
Returns the updated record’s transformed data. Example response:Errors
| Status | Description |
|---|---|
403 | User is not authorized to update this record |
404 | Resource or record not found |
405 | Resource does not support updates (supportsUpdate returns false) |
422 | Validation failed — see errors object for details |