Update Record
Apply partial updates to specific fields of a given record version. Use this to modify draft or published content — set is_force_update=true to overwrite the live version directly
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Identifier for the tenant. Ensures data isolation per tenant.
Workspace identifier within the tenant. Scopes resources to a specific workspace.
Unique identifier of the target environment. Used to scope the API call to a specific deployment environment.
"PRODUCTION-15a0f8c2-a5e8-4e40-ae74-cb1389d22f45-w49jkngj"
Path Parameters
Internal name of the content model.
Unique ID of the content record to update.
Identifier of the specific version to patch.
Query Parameters
Specifies the language or region for the response data
Body
Fields to update on this version. Only provided keys will be changed.
Specifies the title of the record.
Specifies the URL-friendly slug for the page. Required when model is set to act as web page.
Provides a brief description of the record. (Optional)
When true, applies changes to the published version immediately.
Response
No Content – update successful, no body returned.