Create a new task for given shot and task type.
POST
/actions/projects/{project_id}/task-types/{task_type_id}/shots/create-tasks
curl \
--request POST 'http://api.example.com/actions/projects/a24a6ea4-ce75-4665-a070-57453082c25/task-types/a24a6ea4-ce75-4665-a070-57453082c25/shots/create-tasks' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '["string"]'
Request examples
[
"string"
]
Response examples (201)
[
{}
]