Authorizations
Use your API key to access BlinkOps API. To generate an API key, please log in to your BlinkOps account and navigate to the API Keys section in the user settings page. Add the generated key to your request headers as BLINK-API-KEY.
Path Parameters
Workspace ID
Table Name
Field Name
Body
*/*
Updated Field Data
Configurable settings for the field.
The field's display name. To retain or update the display name, you must explicitly provide its full value in the request.
Example:
"Test"
The field's type. Changing the type is not allowed, but to preserve the current type, it must be explicitly included in the request.
Available options:
text
, long-text
, number
, risk-level
, checkbox
, single-select
, multi-select
, list
, reference
, date
Example:
"single-select"