Updates an existing content record within a content definition.

Behavior: Replaces the content record data with the provided content update model. On success, returns a 201 Created response with a location header pointing to the updated content record.

Authorization: Requires authentication and the user must have write or higher permission to the content definition. Read-only and Guest permissions are insufficient.

Side Effects: Updates the content record in the database. May trigger notifications depending on content definition configuration.

Error Scenarios: Returns 400 Bad Request if the content definition ID refers to asset metadata or assets, if the content definition is invalid, if the user lacks sufficient write permissions, or if the save operation fails.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the content record to update.

Body Params

The content update model containing the updated data.

uuid
uuid
uuid
uuid | null
Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json