Sign in

Assign teams to task

documented

Assign teams to an organization-owned task.

POST \/api\/resource\/tasks\/{id}\/assign_teamsProjects & Tasksno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.rescuetime.com/api/resource/tasks/{{$task_id}}/assign_teams" \
  -X POST \
  -H "Authorization: Bearer {{RESCUETIME_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"team_ids":{{$team_ids}}}'
Assign teams to task · RescueTime · OpenIntegrations