mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
Automated commit by github action: 5268244216
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -8,4 +8,4 @@ properties:
|
||||
name:
|
||||
type: string
|
||||
description: Human-readable display name of the object
|
||||
example: William.Wilson
|
||||
example: William Wilson
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user