Patch HeadTag
PATCH {{protocol}}://{{instance_zuid}}.{{instances_api_url}}/{{instances_api_version}}/web/headtags/:headtag_zuid
Updates one or more properties of a headTag. Make sure to provide at least one property to update.
Request Body
{"type"=>"script", "attributes"=>{"key1"=>"value1"}, "sort"=>1}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"_meta":{"timestamp":"2024-03-22T15:59:57.876258216Z","totalResults":1,"start":0,"offset":0,"limit":1},"data":{"ZUID":"21-1234-5678","type":"meta","attributes":{"content":"yes","name":"apple-mobile-web-app-capable"},"resourceZUID":"8-1234-5678","sort":0,"createdByUserZUID":"5-12345-5678","updatedByUserZUID":"5-12345-5678","createdAt":"2019-06-07T15:44:14Z","updatedAt":"2024-03-22T15:59:57.866619218Z"}}