From af5dd1cb2024aeaf3d34f1a8cc1c1a24ca573a50 Mon Sep 17 00:00:00 2001 From: GitHub Action Bot Date: Thu, 20 Apr 2023 16:31:43 +0000 Subject: [PATCH] Automated commit 'Merge pull request #1234 from sailpoint/boyle/IDA-17625 IDA-17625 : Deprecate unused API' by github action: 4756671001 --- idn/beta/paths/peer-group-strategies.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/idn/beta/paths/peer-group-strategies.yaml b/idn/beta/paths/peer-group-strategies.yaml index d18914f..348637d 100644 --- a/idn/beta/paths/peer-group-strategies.yaml +++ b/idn/beta/paths/peer-group-strategies.yaml @@ -3,7 +3,9 @@ get: tags: - IAI Peer Group Strategies summary: Identity Outliers List + deprecated: true description: >- + -- Deprecated : See 'IAI Outliers' This API will be used by Identity Governance systems to identify identities that are not included in an organization's peer groups. By default, 250 identities are returned. You can specify between 1 and 1000 number of identities that can be returned. parameters: - in: path @@ -26,9 +28,11 @@ get: items: $ref: '../schemas/PeerGroupMember.yaml' '400': - $ref: '../../v3/responses/400.yaml' + $ref: '../../v3/responses/400.yaml' '401': $ref: '../../v3/responses/401.yaml' + '403': + $ref: '../../v3/responses/403.yaml' '429': $ref: '../../v3/responses/429.yaml' '500':