v1
latestOpenAPI 3.0.12026-08-041753011.2 MBCustom fields
Create custom fields on a workspace
post/v1/workspaces/{workspaceId}/custom-fields
Path parameters
workspaceIdstring required
Represents workspace identifier across the system.
Example:64a687e29ae1f428e7ebe303
Represents workspace identifier across the system.
Request body
Example request
{
"allowedValues": [
"New York",
"London",
"Manila",
"Sydney",
"Belgrade"
],
"description": "This field contains a location.",
"entityType": "TIMEENTRY",
"name": "location",
"placeholder": "Location",
"status": "VISIBLE",
"type": "DROPDOWN_MULTIPLE"
}Response
Created