pub async fn update_project(
configuration: &Configuration,
project_id_or_key: &str,
project_input_bean: ProjectInputBean,
expand: Option<&str>,
) -> Result<Project, Error<UpdateProjectError>>
Expand description
Updates the project details of a project. All parameters are optional in the body of the request. Permissions required: Administer Jira global permission.