Disable notifications
PATCH
/api/v2/tasks?notifications=falseUpdate tasks without email or in-app notificationscurl -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'