fields/groups/content/articles/{group_id}

PATCH {{base_url}}/{{base_path}}/fields/groups/content/articles/:group_id

Generated from a curl request: curl -X PATCH '{{baseurl}}/{{basepath}}/fields/groups/content/articles/{{groupid}}' -H 'X-Joomla-Token: {{authapikey}}' -H 'Content-Type: application/json' -d '{title:new article group,note:",description:new description"}'

Request Body

{"title"=>"new article group", "note"=>"", "description"=>"new description"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring