From 02d3bac500f66796a975cfa6409d12ecfdb4052d Mon Sep 17 00:00:00 2001 From: "Patel, Priyank" Date: Tue, 17 Mar 2026 13:55:20 +0530 Subject: [PATCH] Fix Native Change Detection API --- .../idn/v2025/paths/native-change-detection-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/api-specs/idn/v2025/paths/native-change-detection-config.yaml b/static/api-specs/idn/v2025/paths/native-change-detection-config.yaml index 710853350c51e..810c9843aa94c 100644 --- a/static/api-specs/idn/v2025/paths/native-change-detection-config.yaml +++ b/static/api-specs/idn/v2025/paths/native-change-detection-config.yaml @@ -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: @@ -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: @@ -101,7 +101,7 @@ delete: - ORG_ADMIN parameters: - in: path - name: id + name: sourceId required: true x-sailpoint-resource-operation-id: listSources schema: