Open Context Protocol is live! 🚀 Read the launch post

updateProjectEmail

Set project’s sender email

PUT /rest/api/3/project/{projectId}/email HTTP/1.1

Parameters

{
  "projectId": {
    "description": "The project ID.",
    "required": true,
    "location": "path",
    "type": "integer",
    "format": "int64"
  },
  "emailAddress": {
    "description": "The email address.",
    "required": false,
    "location": "body",
    "type": "string"
  },
  "emailAddressStatus": {
    "description": "When using a custom domain, the status of the email address.",
    "required": false,
    "location": "body",
    "type": "array"
  }
}

Response Schema

{}