fields/contacts/mail/{field_id}
PATCH {{base_url}}/{{base_path}}/fields/contacts/contact/:field_id
Generated from a curl request:
curl -X PATCH '{{base
url}}/{{base
path}}/fields/contacts/contact/{{field
id}}' -H 'X-Joomla-Token: {{auth
apikey}}' -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 | | |
RESPONSES
status: ``