ModifyProjectAccountNotifications Method
Last updated
Last updated
PUT /api/Projects/proj-00000001/Notifications/AccountNotifications HTTP/1.1
Host: api.skeddly.com
Authorization: AccessKey <api key>
Content-Type: application/json
{
"accountNotifications": "block"
}curl -X PUT "https://api.skeddly.com/api/Projects/proj-00000001/Notifications/AccountNotifications" \
-H "Authorization: AccessKey <api key>" \
-d accountNotifications=block{
"projectId": "proj-12345678",
"name": "My Project",
"status": "active",
"isDefault": false,
"createdDate": "2022-12-26T12:00:00:Z",
"lastModifiedDate": "2023-01-26T12:00:00:Z",
"lastModifiedBy": "u-12345678",
"accountNotifications": "block"
}