fields/content/categories/{field_id}

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

Generated from a curl request: curl -X PATCH '{{baseurl}}/{{basepath}}/fields/content/categories/{{fieldid}}' -H 'X-Joomla-Token: {{authapikey}}' -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

KeyDatatypeRequiredDescription
Content-Typestring