Skip to main content
PUT
Update a record
Updates a record. The request body is validated against the resource’s updateRules. The user must be authorized (admin or owner).

Path parameters

string
required
The resource name (e.g. contact, order).
integer
required
The record’s ID.

Request body

The fields to update. Only send the fields you want to change — use sometimes in your updateRules to make fields optional.

Request

Response

Returns the updated record’s transformed data. Example response:

Errors