tags/{tag_id}

PATCH {{base_url}}/{{base_path}}/tags/:tag_id

Generated from a curl request: curl -X PATCH '{{baseurl}}/{{basepath}}/tags/{{tagid}}' -H 'X-Joomla-Token: {{authapikey}}' -H 'Content-Type: application/json' -d '{alias:test,title:new title}'

Request Body

{"alias"=>"test", "title"=>"new title"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring