Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 621 Bytes

ScimPatchOperation.md

File metadata and controls

13 lines (8 loc) · 621 Bytes

# ScimPatchOperation

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]