Create or update a task
PUT/tasks/:taskId
Send a PUT request to this resource to create or update a task. The taskId determines whether a new task is created or an existing task is updated.
Request
Responses
- 200
- 201
- 400
- 401
- 403
Task updated successfully
Task created successfully
Bad request – invalid request body
Unauthorized – invalid or missing OAuth token
Forbidden – token does not have the required TaskService scope