Automated commit by github action: 5268244216

This commit is contained in:
GitHub Action Bot
2023-06-14 14:11:36 +00:00
parent 91d6e49389
commit bc1a62a789
4 changed files with 6 additions and 13 deletions

View File

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

View File

@@ -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
- ACCESS_REQUESTS
- CERTIFICATIONS
- MANUAL_TASKS
example: ACCESS_REQUESTS

View File

@@ -8,4 +8,4 @@ properties:
name:
type: string
description: Human-readable display name of the object
example: William.Wilson
example: William Wilson

View File

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