contacts/{contact_id}
PATCH {{base_url}}/{{base_path}}/contacts/:contact_id
Generated from a curl request:
curl -X PATCH '{{base
url}}/{{base
path}}/contacts/{{contact
id}}' -H 'X-Joomla-Token: {{auth
apikey}}' -H 'Content-Type: application/json' -d '{
alias
:
contact
,
catid
:4,
name
:
New Contact
}'
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``