Automated commit 'Merge pull request #1306 from sailpoint/hchobanlou/PLTCONN-3335

PLTCONN-3335: update get-connector-list api documentation to include …' by github action: 5203461942
This commit is contained in:
GitHub Action Bot
2023-06-07 18:30:49 +00:00
parent 72daf31d7e
commit cc3143f53e

View File

@@ -25,6 +25,9 @@ get:
**directConnect**: *eq*
**category**: *eq*
example: directConnect eq "true"
- $ref: '../../v3/parameters/limit.yaml'
- $ref: '../../v3/parameters/offset.yaml'
@@ -58,3 +61,5 @@ get:
$ref: '../../v3/responses/429.yaml'
'500':
$ref: '../../v3/responses/500.yaml'
security:
- oauth2: [ idn:connector-source-config:read ]