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 - Approvals
summary: Get an approval summary: Get an approval
description: >- 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: parameters:
- in: path - in: path
name: id name: id

View File

@@ -6,7 +6,7 @@ get:
- Approvals - Approvals
summary: Get Approvals summary: Get Approvals
description: >- 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. Absence of all query parameters will will default to mine=true.
parameters: parameters:

View File

@@ -24,9 +24,8 @@ properties:
description: The name of the approval for a given locale description: The name of the approval for a given locale
batchRequest: batchRequest:
type: object type: object
items:
$ref: '../schemas/ApprovalBatch.yaml'
description: The name of the approval for a given locale description: The name of the approval for a given locale
$ref: '../schemas/ApprovalBatch.yaml'
example: example:
batchId: 38453251-6be2-5f8f-df93-5ce19e295837 batchId: 38453251-6be2-5f8f-df93-5ce19e295837
batchSize: 100 batchSize: 100
@@ -45,9 +44,8 @@ properties:
description: The priority of the approval description: The priority of the approval
requester: requester:
type: object type: object
items:
$ref: '../schemas/ApprovalIdentity.yaml'
description: Object representation of the requester of the approval description: Object representation of the requester of the approval
$ref: '../schemas/ApprovalIdentity.yaml'
example: example:
id: 85d173e7d57e496569df763231d6deb6a id: 85d173e7d57e496569df763231d6deb6a
type: IDENTITY type: IDENTITY

View File

@@ -1356,9 +1356,9 @@ paths:
$ref: './beta/paths/mail-from-attributes.yaml' $ref: './beta/paths/mail-from-attributes.yaml'
/mail-from-attributes/{identity}: /mail-from-attributes/{identity}:
$ref: './beta/paths/mail-from-attribute.yaml' $ref: './beta/paths/mail-from-attribute.yaml'
/approvals: /generic-approvals:
$ref: './beta/paths/approvals.yaml' $ref: './beta/paths/approvals.yaml'
/approvals/{id}: /generic-approvals/{id}:
$ref: './beta/paths/approval.yaml' $ref: './beta/paths/approval.yaml'
/mfa/okta-verify/config: /mfa/okta-verify/config:
$ref: './beta/paths/mfa-okta-config.yaml' $ref: './beta/paths/mfa-okta-config.yaml'