cURL
curl --request PUT \ --url https://app.blinkops.com/api/v1/workspace/{ws_id}/case_management/table/{table}/fields/{field} \ --header 'BLINK-API-KEY: <api-key>' \ --header 'Content-Type: */*' \ --data '{ "attributes": { "default_value": "Default", "include_time": false, "options": [ "Option 1", "Option 2", "Option 3" ], "table_reference": { "table_name": "Table 1", "display_name_field": "Name" } }, "display_name": "Test", "type": "single-select" }'
{ "attributes": {}, "created_at": 123, "created_by": "<string>", "description": "<string>", "display_name": "<string>", "id": "<string>", "indexes": {}, "name": "<string>", "table_id": "<string>", "tenant_id": "<string>", "type": "<string>", "updated_at": 123, "updated_by": "<string>", "workspace_id": "<string>" }
Update a specific field in a given case management table.
Show child attributes
text
long-text
number
risk-level
checkbox
single-select
multi-select
list
reference
date
Was this page helpful?