fields/groups/users/{group_id}
PATCH {{base_url}}/{{base_path}}/fields/groups/users/:group_id
Generated from a curl request:
curl -X PATCH '{{base
url}}/{{base
path}}/fields/groups/users/{{group
id}}' -H 'X-Joomla-Token: {{auth
apikey}}' -H 'Content-Type: application/json' -d '{
title
:
new user group
,
note
:"
,
description
:
new description"}'
Request Body
{"title"=>"new user group", "note"=>"", "description"=>"new description"}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``