Update a Blog Tag
PATCH {{baseUrl}}/cms/v3/blogs/tags/:objectId?archived=<boolean>
Sparse updates a single Blog Tag object identified by the id in the path. All the column values need not be specified. Only the that need to be modified can be specified.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
archived | string | Specifies whether to update deleted Blog Tags. Defaults to false . |
Request Body
{"created"=>"<dateTime>", "deletedAt"=>"<dateTime>", "id"=>"<string>", "language"=>"ti-er", "name"=>"<string>", "translatedFromId"=>"<long>", "updated"=>"<dateTime>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"created":"\u003cdateTime\u003e","deletedAt":"\u003cdateTime\u003e","id":"\u003cstring\u003e","language":"ti-er","name":"\u003cstring\u003e","translatedFromId":"\u003clong\u003e","updated":"\u003cdateTime\u003e"}