Patch multiples tasks

Endpoint: PATCH /tasks

Body:

Response:

Example request

curl <https://api.height.app/tasks> \\
  -X PATCH \\
  -H "Authorization: api-key secret_1234" \\
  -H "Content-Type: application/json" \\
  -d '{patches: [{"taskIds": ["foo-..."], "effects": [{"type": "name", "name": "new name"}]}]}'

Update a single task

Endpoint: PUT /tasks/:id

Body: