ModifyProjectAccountNotifications Method

Description

Modifies the account notification settings for a project.

HTTP Request

PUT https://api.skeddly.com/api/Projects/<id>/Notifications/AccountNotifications

URL Parameters

Id

ID of the project.

Type: string

Required: Yes

Body

The body is a JSON structure with the following properties.

accountNotifications

Indicates whether account notifications should apply to this project.

Type: string

Valid Values:

  • allow

  • block

Required: Yes

Returns

A Project object.

Sample Request

Sample Response

Last updated