PUT
/
workspace
/
{ws_id}
/
case_management
/
table
/
tasks
/
{task_id}

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

ws_id
string
required

Workspace ID

task_id
string
required

Task ID

Body

*/*
assigned_to
string[]
description
string
due_date
string
is_blocking
boolean
name
string
priority
integer
status
enum<string>
Available options:
OPEN,
IN PROGRESS,
CLOSED

Response

200 - */*
assigned_to
string[]
description
string
due_date
string
is_blocking
boolean
name
string
priority
integer
status
enum<string>
Available options:
OPEN,
IN PROGRESS,
CLOSED