From d16c4120b04441f5046412a60a6b61b299239c20 Mon Sep 17 00:00:00 2001 From: GitHub Action Bot Date: Fri, 26 Apr 2024 14:50:00 +0000 Subject: [PATCH] Automated commit by github action: 8850140969 --- static/api-specs/idn/beta/paths/approval.yaml | 2 +- static/api-specs/idn/beta/paths/approvals.yaml | 2 +- static/api-specs/idn/beta/schemas/Approval.yaml | 6 ++---- static/api-specs/idn/sailpoint-api.beta.yaml | 4 ++-- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/static/api-specs/idn/beta/paths/approval.yaml b/static/api-specs/idn/beta/paths/approval.yaml index 3c917ee18..e5b3d7eb3 100644 --- a/static/api-specs/idn/beta/paths/approval.yaml +++ b/static/api-specs/idn/beta/paths/approval.yaml @@ -6,7 +6,7 @@ get: - Approvals summary: Get an approval description: >- - Retrieve a single approval for a given approval ID + Retrieve a single approval for a given approval ID. This endpoint is for generic approvals, different than the access-request-approval endpoint and does not include access-request-approvals. parameters: - in: path name: id diff --git a/static/api-specs/idn/beta/paths/approvals.yaml b/static/api-specs/idn/beta/paths/approvals.yaml index a5f957b88..24da9c035 100644 --- a/static/api-specs/idn/beta/paths/approvals.yaml +++ b/static/api-specs/idn/beta/paths/approvals.yaml @@ -6,7 +6,7 @@ get: - Approvals summary: Get Approvals description: >- - Retrieve a list of approvals, which can be filtered by requester ID, status, or reference type. "Mine" query parameter can be used and it will return all approvals for the current approver. + Retrieve a list of approvals, which can be filtered by requester ID, status, or reference type. "Mine" query parameter can be used and it will return all approvals for the current approver. This endpoint is for generic approvals, different than the access-request-approval endpoint and does not include access-request-approvals. Absence of all query parameters will will default to mine=true. parameters: diff --git a/static/api-specs/idn/beta/schemas/Approval.yaml b/static/api-specs/idn/beta/schemas/Approval.yaml index c2fbbe419..c0f5c3f28 100644 --- a/static/api-specs/idn/beta/schemas/Approval.yaml +++ b/static/api-specs/idn/beta/schemas/Approval.yaml @@ -24,9 +24,8 @@ properties: description: The name of the approval for a given locale batchRequest: type: object - items: - $ref: '../schemas/ApprovalBatch.yaml' description: The name of the approval for a given locale + $ref: '../schemas/ApprovalBatch.yaml' example: batchId: 38453251-6be2-5f8f-df93-5ce19e295837 batchSize: 100 @@ -45,9 +44,8 @@ properties: description: The priority of the approval requester: type: object - items: - $ref: '../schemas/ApprovalIdentity.yaml' description: Object representation of the requester of the approval + $ref: '../schemas/ApprovalIdentity.yaml' example: id: 85d173e7d57e496569df763231d6deb6a type: IDENTITY diff --git a/static/api-specs/idn/sailpoint-api.beta.yaml b/static/api-specs/idn/sailpoint-api.beta.yaml index 4cc22a2b9..20e3eff9d 100644 --- a/static/api-specs/idn/sailpoint-api.beta.yaml +++ b/static/api-specs/idn/sailpoint-api.beta.yaml @@ -1356,9 +1356,9 @@ paths: $ref: './beta/paths/mail-from-attributes.yaml' /mail-from-attributes/{identity}: $ref: './beta/paths/mail-from-attribute.yaml' - /approvals: + /generic-approvals: $ref: './beta/paths/approvals.yaml' - /approvals/{id}: + /generic-approvals/{id}: $ref: './beta/paths/approval.yaml' /mfa/okta-verify/config: $ref: './beta/paths/mfa-okta-config.yaml'