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 name: configType
required: true required: true
schema: schema:
$ref: '../schemas/work-reassignment/WorkTypeEnum.yaml' $ref: '../schemas/work-reassignment/ConfigTypeEnum.yaml'
description: Reassignment work type description: Reassignment work type
example: accessRequests example: accessRequests
- in: query - in: query

View File

@@ -1,7 +1,7 @@
type: string type: string
description: Enum list of valid work types that can be selected for a Reassignment Configuration description: Enum list of valid work types that can be selected for a Reassignment Configuration
enum: enum:
- accessRequests - ACCESS_REQUESTS
- certifications - CERTIFICATIONS
- manualTasks - MANUAL_TASKS
example: accessRequests example: ACCESS_REQUESTS

View File

@@ -8,4 +8,4 @@ properties:
name: name:
type: string type: string
description: Human-readable display name of the object 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