From bc1a62a789dc9a46cd4728c4d6be9ebc9719b562 Mon Sep 17 00:00:00 2001 From: GitHub Action Bot Date: Wed, 14 Jun 2023 14:11:36 +0000 Subject: [PATCH] Automated commit by github action: 5268244216 --- .../beta/paths/reassignment-configuration-evaluate.yaml | 2 +- .../beta/schemas/work-reassignment/ConfigTypeEnum.yaml | 8 ++++---- .../idn/beta/schemas/work-reassignment/Identity.yaml | 2 +- .../idn/beta/schemas/work-reassignment/WorkTypeEnum.yaml | 7 ------- 4 files changed, 6 insertions(+), 13 deletions(-) delete mode 100644 static/api-specs/idn/beta/schemas/work-reassignment/WorkTypeEnum.yaml diff --git a/static/api-specs/idn/beta/paths/reassignment-configuration-evaluate.yaml b/static/api-specs/idn/beta/paths/reassignment-configuration-evaluate.yaml index 8ed50f4b3..7d20ac5e0 100644 --- a/static/api-specs/idn/beta/paths/reassignment-configuration-evaluate.yaml +++ b/static/api-specs/idn/beta/paths/reassignment-configuration-evaluate.yaml @@ -25,7 +25,7 @@ get: name: configType required: true schema: - $ref: '../schemas/work-reassignment/WorkTypeEnum.yaml' + $ref: '../schemas/work-reassignment/ConfigTypeEnum.yaml' description: Reassignment work type example: accessRequests - in: query diff --git a/static/api-specs/idn/beta/schemas/work-reassignment/ConfigTypeEnum.yaml b/static/api-specs/idn/beta/schemas/work-reassignment/ConfigTypeEnum.yaml index b229943d0..3ac8ace74 100644 --- a/static/api-specs/idn/beta/schemas/work-reassignment/ConfigTypeEnum.yaml +++ b/static/api-specs/idn/beta/schemas/work-reassignment/ConfigTypeEnum.yaml @@ -1,7 +1,7 @@ type: string description: Enum list of valid work types that can be selected for a Reassignment Configuration enum: - - accessRequests - - certifications - - manualTasks -example: accessRequests \ No newline at end of file + - ACCESS_REQUESTS + - CERTIFICATIONS + - MANUAL_TASKS +example: ACCESS_REQUESTS \ No newline at end of file diff --git a/static/api-specs/idn/beta/schemas/work-reassignment/Identity.yaml b/static/api-specs/idn/beta/schemas/work-reassignment/Identity.yaml index a29acaea4..24dcd231f 100644 --- a/static/api-specs/idn/beta/schemas/work-reassignment/Identity.yaml +++ b/static/api-specs/idn/beta/schemas/work-reassignment/Identity.yaml @@ -8,4 +8,4 @@ properties: name: type: string description: Human-readable display name of the object - example: William.Wilson \ No newline at end of file + example: William Wilson \ No newline at end of file diff --git a/static/api-specs/idn/beta/schemas/work-reassignment/WorkTypeEnum.yaml b/static/api-specs/idn/beta/schemas/work-reassignment/WorkTypeEnum.yaml deleted file mode 100644 index b229943d0..000000000 --- a/static/api-specs/idn/beta/schemas/work-reassignment/WorkTypeEnum.yaml +++ /dev/null @@ -1,7 +0,0 @@ -type: string -description: Enum list of valid work types that can be selected for a Reassignment Configuration -enum: - - accessRequests - - certifications - - manualTasks -example: accessRequests \ No newline at end of file