Skip to content

Commit

Permalink
Automated commit 'Merge pull request #1870 from sailpoint/fix/Launche…
Browse files Browse the repository at this point in the history
…rTags

update launcher specs to have the Launchers tag' by github action: 11577596999
  • Loading branch information
tyler-mairose-sp committed Oct 29, 2024
1 parent 188e837 commit a9d14b9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 4 additions & 0 deletions idn/beta/paths/launcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -80,6 +82,8 @@ put:
x-sailpoint-userLevels:
- ORG_ADMIN
delete:
tags:
- Launchers
summary: Delete Launcher
description: Delete the given Launcher ID
operationId: deleteLauncher
Expand Down
2 changes: 2 additions & 0 deletions idn/beta/paths/launchers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 4 additions & 7 deletions idn/v3/paths/vendor-connector-mappings.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -67,8 +66,7 @@ get:

post:
security:
- userAuth:
- 'idn:application-discovery:write'
- userAuth: [idn:application-discovery:write]
operationId: createVendorConnectorMapping
tags:
- Vendor Connector Mappings
Expand Down Expand Up @@ -103,8 +101,7 @@ post:

delete:
security:
- userAuth:
- 'idn:application-discovery:write'
- userAuth: [idn:application-discovery:write]
operationId: deleteVendorConnectorMapping
tags:
- Vendor Connector Mappings
Expand Down

0 comments on commit a9d14b9

Please sign in to comment.