v1
latestOpenAPI 3.0.12026-08-041753011.2 MBCustom fields
Update custom field on workspace
put/v1/workspaces/{workspaceId}/custom-fields/{customFieldId}
Path parameters
workspaceIdstring required
Represents a workspace identifier across the system.
Example:64a687e29ae1f428e7ebe303
Represents a workspace identifier across the system.
customFieldIdstring required
Represents a custom field identifier across the system.
Example:26a687e29ae1f428e7ebe101
Represents a custom field identifier across the system.
Request body
Example request
{
"allowedValues": [
"New York",
"London",
"Manila",
"Sydney",
"Belgrade"
],
"description": "This field contains a location.",
"name": "location",
"placeholder": "This is a sample placeholder.",
"status": "VISIBLE",
"type": "DROPDOWN_MULTIPLE"
}Response
OK
Example response
{
"allowedValues": [
"New York",
"London",
"Manila",
"Sydney",
"Belgrade"
],
"description": "This field contains a location.",
"entityType": "USER",
"id": "44a687e29ae1f428e7ebe305",
"name": "location",
"placeholder": "Location",
"projectDefaultValues": [
{
"projectId": "5b641568b07987035750505e",
"status": "VISIBLE"
}
],
"status": "VISIBLE",
"type": "DROPDOWN_MULTIPLE",
"workspaceId": "64a687e29ae1f428e7ebe303"
}