From cc3143f53e9184d7ec6903ab9ef345be56af331f Mon Sep 17 00:00:00 2001 From: GitHub Action Bot Date: Wed, 7 Jun 2023 18:30:49 +0000 Subject: [PATCH] Automated commit 'Merge pull request #1306 from sailpoint/hchobanlou/PLTCONN-3335 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PLTCONN-3335: update get-connector-list api documentation to include …' by github action: 5203461942 --- idn/beta/paths/connectors.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/idn/beta/paths/connectors.yaml b/idn/beta/paths/connectors.yaml index 09ae014..96d3883 100644 --- a/idn/beta/paths/connectors.yaml +++ b/idn/beta/paths/connectors.yaml @@ -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 ]