diff --git a/static/api-specs/idn/beta/paths/launcher.yaml b/static/api-specs/idn/beta/paths/launcher.yaml index 6cd7d0888e4..2db173c37b0 100644 --- a/static/api-specs/idn/beta/paths/launcher.yaml +++ b/static/api-specs/idn/beta/paths/launcher.yaml @@ -37,6 +37,8 @@ get: x-sailpoint-userLevels: - ORG_ADMIN put: + tags: + - Launchers summary: Replace Launcher description: Replace the given Launcher ID with given payload operationId: putLauncher @@ -80,6 +82,8 @@ put: x-sailpoint-userLevels: - ORG_ADMIN delete: + tags: + - Launchers summary: Delete Launcher description: Delete the given Launcher ID operationId: deleteLauncher diff --git a/static/api-specs/idn/beta/paths/launchers.yaml b/static/api-specs/idn/beta/paths/launchers.yaml index f8785403c15..5dbd1b90547 100644 --- a/static/api-specs/idn/beta/paths/launchers.yaml +++ b/static/api-specs/idn/beta/paths/launchers.yaml @@ -75,6 +75,8 @@ get: x-sailpoint-userLevels: - ORG_ADMIN post: + tags: + - Launchers summary: Create launcher description: Create a Launcher with given information operationId: createLauncher diff --git a/static/api-specs/idn/v3/paths/vendor-connector-mappings.yaml b/static/api-specs/idn/v3/paths/vendor-connector-mappings.yaml index 809c79ea1ab..337ae271a83 100644 --- a/static/api-specs/idn/v3/paths/vendor-connector-mappings.yaml +++ b/static/api-specs/idn/v3/paths/vendor-connector-mappings.yaml @@ -1,10 +1,9 @@ get: security: - - userAuth: - - 'idn:application-discovery:read' + - userAuth: [idn:application-discovery:read] operationId: getVendorConnectorMappings tags: - - Vendor Connector Mappping + - Vendor Connector Mapppings summary: List Vendor Connector Mappings description: > Get a list of mappings between SaaS vendors and ISC connectors, detailing the connections established for correlation. @@ -67,8 +66,7 @@ get: post: security: - - userAuth: - - 'idn:application-discovery:write' + - userAuth: [idn:application-discovery:write] operationId: createVendorConnectorMapping tags: - Vendor Connector Mappings @@ -103,8 +101,7 @@ post: delete: security: - - userAuth: - - 'idn:application-discovery:write' + - userAuth: [idn:application-discovery:write] operationId: deleteVendorConnectorMapping tags: - Vendor Connector Mappings