fields/groups/contacts/mail/{group_id}
PATCH {{base_url}}/{{base_path}}/fields/groups/contacts/contact/:group_id
Generated from a curl request:
curl -X PATCH '{{baseurl}}/{{basepath}}/fields/groups/contacts/contact/{{groupid}}' -H 'X-Joomla-Token: {{authapikey}}' -H 'Content-Type: application/json' -d '{title
:new contact group
,note
:",
description:
new description"}'
Request Body
{"title"=>"new contact group", "note"=>"", "description"=>"new description"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |