Skip to main content
POST
Acknowledge tasks

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Query Parameters

project_id
integer | null

Project ID of the project where tasks should be acknowledged

Example:

123

region_id
integer | null

Region ID of the region where tasks should be acknowledged

Example:

123

Body

application/json
task_ids
string[] | null

List of tasks ids

Response

204

No Content