fields/contacts/mail/{field_id}
PATCH {{base_url}}/{{base_path}}/fields/contacts/contact/:field_id
Generated from a curl request:
curl -X PATCH '{{baseurl}}/{{basepath}}/fields/contacts/contact/{{fieldid}}' -H 'X-Joomla-Token: {{authapikey}}' -H 'Content-Type: application/json' -d '{title
:new contact field
,name
:contact-field
,label
:contact field
,default_value
:,"type":"text","note":
,description
:Some New Text
}'
Request Body
{"title"=>"new contact field", "name"=>"contact-field", "label"=>"contact field", "default_value"=>"", "type"=>"text", "note"=>"", "description"=>"Some New Text"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |