pub async fn patch_identity(
configuration: &Configuration,
id: &str,
json_patch: Option<Vec<JsonPatch>>,
) -> Result<Identity, Error<PatchIdentityError>>Expand description
Partially updates an identity’s field using JSON Patch. The fields id, stateChangedAt and credentials can not be updated using this method.