api_slug already exists, it will be updated.
Path parameters
Request body
The container is implied by the path, so do not send
data.relationships.entity on this endpoint.
Authorization
Requiresupdate permission on the container.
Response
Returns201 Created with the custom field resource on success.
Behavior
- Uses
find_or_initialize_byinternally, so it creates if missing or updates if it exists - Values are validated against the definition’s data type
- For enum fields, values are validated against the definition’s options