banners/categories/{category_id}

PATCH {{base_url}}/{{base_path}}/banners/categories/:category_id

Generated from a curl request: curl -X PATCH '{{base url}}/{{base path}}/banners/categories/{{category id}}' -H 'X-Joomla-Token: {{auth apikey}}' -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 | | |

RESPONSES

status: ``