Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 656 Bytes

ScimPatchOperation.md

File metadata and controls

13 lines (9 loc) · 656 Bytes

ScimPatchOperation

Patch operation that is used to update the information.

Properties

Name Type Description Notes
op str The method that should be used in the operation.
path str The path specifying the attribute that should be updated. [optional]
value str 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]