mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 12:27:47 +00:00
Automated commit by github action: 8850140969
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user