Set Project's Sender Email
PUT {{baseUrl}}/rest/api/3/project/:projectId/email
Sets the project's sender email address.
If emailAddress
is an empty string, the default email address is restored.
Permissions required: Browse projects project permission for the project.
Request Body
{"emailAddress"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |