Update Source (Partial)
PATCH {{baseUrl}}/sources/:id
Use this API to partially update a source in Identity Security Cloud (ISC), using a list of patch operations according to the JSON Patch standard.
These fields are immutable, so they cannot be changed:
- id
- type
- authoritative
- created
- modified
- connector
- connectorClass
- passwordPolicies
Attempts to modify these fields will result in a 400 error.
A token with ORGADMIN, SOURCEADMIN, SOURCE_SUBADMIN, or API authority is required to call this API.
Request Body
{"0"=>{"op"=>"replace", "path"=>"/description", "value"=>"new description"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |