banners/clients/{client_id}
PATCH {{base_url}}/{{base_path}}/banners/clients/:client_id
Generated from a curl request:
curl -X PATCH '{{base
url}}/{{base
path}}/banners/clients/{{client
id}}' -H 'X-Joomla-Token: {{auth
apikey}}' -H 'Content-Type: application/json' -d '{
contact
:
new Name
,
email
:
newemail@example.org
,
name
:
Clients
}'
Request Body
{"contact"=>"Updated {{$randomFullName}}", "email"=>"newemail@example.org", "name"=>"Clients"}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``