Patch Item

PATCH {{protocol}}://{{instance_zuid}}.{{instances_api_url}}/{{instances_api_version}}/content/models/{{content_model_zuid}}/items/{{item_zuid}}

Updates one or more properties of a content item. This will also create a new version. Unlike using PUT, PATCH will no longer accept meta object key. The only available object keys are web and data.

Request Body

{"web"=>{"pathPart"=>"patched-path"}, "data"=>{"title"=>"Title Patched Example"}}

RESPONSES

status: OK

{"_meta":{"timestamp":"2024-03-22T15:43:51.155823375Z","totalResults":2,"start":0,"offset":0,"limit":2},"data":{"ZUID":"7-98b689bce5-c4zf6d","version_zuid":"9-eeecf99bce-mf14tb"}}