fields/content/articles/{field_id}
PATCH {{base_url}}/{{base_path}}/fields/content/articles/:field_id
Generated from a curl request:
curl -X PATCH '{{base
url}}/{{base
path}}/fields/content/articles/{{field
id}}' -H 'X-Joomla-Token: {{auth
apikey}}' -H 'Content-Type: application/json' -d '{
title
:
new article field
,
name
:
article-field
,
label
:
article field
,
default_value
:
,"type":"text","note":
,
description
:
Some New Text
}'
Request Body
{"title"=>"new article field", "name"=>"article-field", "label"=>"article field", "default_value"=>"", "type"=>"text", "note"=>"", "description"=>"Some New Text"}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``