Skip to main content
Celoxis API v2
LiveUpdated 2 Sep 2026

Tasks

Disable notifications

PATCH/api/v2/tasks?notifications=falseUpdate tasks without email or in-app notifications
bash
curl -X PATCH \
  -H 'Content-Type: application/json' \
  -H 'Authorization: bearer YourTokenHere' \
  -d '{
    "id": 99266,
    "actualPercentComplete": 64
  }' \
  'https://app.celoxis.com/psa/api/v2/tasks?notifications=false'