pub async fn update_project_email(
configuration: &Configuration,
project_id: i64,
project_email_address: ProjectEmailAddress,
) -> Result<Value, Error<UpdateProjectEmailError>>
Expand description
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.