Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ get:
description: This API returns the existing native change detection configuration for a source specified by the given ID.
parameters:
- in: path
name: id
name: sourceId
required: true
x-sailpoint-resource-operation-id: listSources
schema:
Expand Down Expand Up @@ -54,7 +54,7 @@ put:
description: Replaces the native change detection configuration for the source specified by the given ID with the configuration provided in the request body.
parameters:
- in: path
name: id
name: sourceId
required: true
x-sailpoint-resource-operation-id: listSources
schema:
Expand Down Expand Up @@ -101,7 +101,7 @@ delete:
- ORG_ADMIN
parameters:
- in: path
name: id
name: sourceId
required: true
x-sailpoint-resource-operation-id: listSources
schema:
Expand Down
Loading