POST
/
api
/
v1
/
custom_fields
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "tenant": "https://example.com/",
  "name": "<string>",
  "fieldType": "<string>",
  "fieldOptions": [
    "<string>"
  ],
  "position": 123,
  "form": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123
  },
  "conditionedField": {},
  "conditionedValue": "<string>",
  "isOnlyAdmin": true
}

Body

The new CustomField resource

Response

201
application/ld+json

CustomField resource created