Function patch_o_auth_scope_with_id

Source
pub async fn patch_o_auth_scope_with_id(
    configuration: &Configuration,
    application_id: &str,
    scope_id: &str,
    x_fusion_auth_tenant_id: Option<&str>,
    application_o_auth_scope_request: Option<ApplicationOAuthScopeRequest>,
) -> Result<ApplicationOAuthScopeResponse, Error<PatchOAuthScopeWithIdError>>
Expand description

Updates, via PATCH, the custom OAuth scope with the given Id for the application.