banners/categories/{category_id}
PATCH {{base_url}}/{{base_path}}/banners/categories/:category_id
Generated from a curl request:
curl -X PATCH '{{baseurl}}/{{basepath}}/banners/categories/{{categoryid}}' -H 'X-Joomla-Token: {{authapikey}}' -H 'Content-Type: application/json' -d '{alias
:cat
,note
:Some Text
,parent_id
:1,title
:New Title
}'
Request Body
{"alias"=>"{{$randomUUID}}", "note"=>"{{$randomLoremSentence}}", "parent_id"=>1, "title"=>"{{$randomProductName}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |