Automated commit by github action: 8850140969

This commit is contained in:
GitHub Action Bot
2024-04-26 14:50:00 +00:00
parent 075c14589b
commit d16c4120b0
4 changed files with 6 additions and 8 deletions

View File

@@ -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

View File

@@ -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:

View File

@@ -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

View File

@@ -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'