/custom_fieldsCreate a custom field
Creates a new custom field in a workspace. Supply a unique field name and a resource_subtype in the data property, using one of the supported custom field types: text, enum, multi_enum, number, date, or people. The workspace is fixed when the custom field is created and cannot be changed later.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
The custom field object to create in a workspace.
A 400 is returned when a parameter is missing or malformed. A 401 is returned when no valid authentication token is provided, and a 403 is returned when the authenticated user cannot perform the operation. A 404 or 500 is returned when the action or related object is not found or the API encounters a server problem; resource_subtype must be provided and the field name must be unique within the workspace.