Sign in

Update task

documented

Update a task category/record.

PUT /api/categories/tasks/{id}Categoriesno 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://{{$subdomain}}.hiveage.com/api/categories/tasks/{{$id}}" \
  -X PUT \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -u "{{HIVEAGE_API_KEY}}:" \
  -d '{"task_category": {"name": "{{$name}}", "rate": "{{$rate}}"}}'