Skip to main content
POST
/
v1
/
controls
/
{id}
/
tasks
/
link
Link existing tasks to a control
curl --request POST \
  --url http://localhost:3333/v1/controls/{id}/tasks/link \
  --header 'Content-Type: application/json' \
  --data '
{
  "taskIds": [
    "<string>"
  ]
}
'

Path Parameters

id
string
required

Body

application/json
taskIds
string[]
required

Task IDs to link to the control

Response

201 - undefined