pub async fn providers_oauth2_partial_update(
configuration: &Configuration,
id: i32,
patched_o_auth2_provider_request: Option<PatchedOAuth2ProviderRequest>,
) -> Result<OAuth2Provider, Error<ProvidersOauth2PartialUpdateError>>
Expand description
OAuth2Provider Viewset