Create or update a custom field
Create or update a custom field
| Request Body — REQUIRED |
|---|
fieldId stringOmit to create a field; pass an existing field id to update. |
field objectSparse field definition. Keys: fieldName, displayFieldName, contextVariableType, description, isIdentifier. On update, only the provided keys are applied (partial merge); omitted keys keep their existing values. |
| Responses | ||
|---|---|---|
200OK
|