docs/ScimV2PatchOperation.md in purecloudplatformclientv2-60.0.0 vs docs/ScimV2PatchOperation.md in purecloudplatformclientv2-61.0.0

- old
+ new

@@ -5,11 +5,11 @@ ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| -| **op** | **String** | Patch operation | | -| **path** | **String** | Attribute path describing the target of the operation. Required for 'remove' operation. | [optional] | -| **value** | [**JsonNode**](JsonNode.html) | Value to set in the specified path | [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"}