banners/{banner_id}
PATCH {{base_url}}/{{base_path}}/banners/:banner_id
Generated from a curl request:
curl -X PATCH '{{base
url}}/{{base
path}}/banners/{{banner
id}}' -H 'X-Joomla-Token: {{auth
apikey}}' -H 'Content-Type: application/json' -d '{
alias
:
name
,
catid
:3,
description
:
New Text
,
name
:
New Name
}'
Request Body
{"alias"=>"{{$randomUUID}}", "catid"=>3, "description"=>"Updated {{$randomLoremParagraphs}}", "name"=>"Updated {{$randomProductName}}"}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``