pub async fn update_application_role_with_id(
configuration: &Configuration,
application_id: &str,
role_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
application_request: Option<ApplicationRequest>,
) -> Result<ApplicationResponse, Error<UpdateApplicationRoleWithIdError>>
Expand description
Updates the application role with the given Id for the application.