Case Management
Update a Task
Updates a Task record.
PUT
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.
Body
*/*
Task Data
Example:
["john.doe@blinkops.com"]
Example:
"Investigate the malware alert generated by CrowdStrike Falcon"
Example:
"2024-06-29T21:00:00.000Z"
Example:
false
Example:
"Investigate Malware Alert"
Example:
1
Available options:
OPEN
, IN PROGRESS
, CLOSED
Example:
"OPEN"
Response
200
*/*
OK
Example:
["john.doe@blinkops.com"]
Example:
"Investigate the malware alert generated by CrowdStrike Falcon"
Example:
"2024-06-29T21:00:00.000Z"
Example:
false
Example:
"Investigate Malware Alert"
Example:
1
Available options:
OPEN
, IN PROGRESS
, CLOSED
Example:
"OPEN"
Was this page helpful?