ModifyProjectReportEmails Method
Description
Modifies the report emails for a project.
HTTP Request
PUT https://api.skeddly.com/api/Projects/<id>/ReportEmails
URL Parameters
Id
ID of the project.
Type: string
Required: Yes
Body
The body is a JSON structure with the following properties.
reportEmails
Emails to assign to the project
Type: Array of string
Required: Yes
Returns
A Project object.
Sample Request
Sample Response
Last updated