Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 679 Bytes

ScimPatchOperation.md

File metadata and controls

12 lines (9 loc) · 679 Bytes

TalonOne.Model.ScimPatchOperation

Patch operation that is used to update the information.

Properties

Name Type Description Notes
Op string The method that should be used in the operation.
Path string The path specifying the attribute that should be updated. [optional]
Value string The value that should be updated. Required if `op` is `add` or `replace`. [optional]

[Back to Model list] [Back to API list] [Back to README]