docs/ScimV2PatchOperation.md in purecloudplatformclientv2-65.0.0 vs docs/ScimV2PatchOperation.md in purecloudplatformclientv2-66.0.0
- old
+ new
@@ -5,11 +5,11 @@
## Properties
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
-| **op** | **String** | The patch operation to perform. | |
-| **path** | **String** | The attribute path that describes the target of the operation. Required for a 'remove' operation. | [optional] |
+| **op** | **String** | The PATCH operation to perform. | |
+| **path** | **String** | The attribute path that describes the target of the operation. Required for a \"remove\" operation. | [optional] |
| **value** | [**JsonNode**](JsonNode.html) | The value to set in the path. | [optional] |
{: class="table table-striped"}