fields/content/categories/{field_id}

PATCH {{base_url}}/{{base_path}}/fields/content/categories/:field_id

Generated from a curl request: curl -X PATCH '{{base url}}/{{base path}}/fields/content/categories/{{field id}}' -H 'X-Joomla-Token: {{auth apikey}}' -H 'Content-Type: application/json' -d '{ title : new content category field , name : content-category-field , label : content category field , default_value : ,"type":"text","note": , description : Some New Text }'

Request Body

{"title"=>"new content category field", "name"=>"content-category-field", "label"=>"content category field", "default_value"=>"", "type"=>"text", "note"=>"", "description"=>"Some New Text"}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | |

RESPONSES

status: ``