mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
* DEVREL-670: Add work item forward endpoint to beta * Added missing response codes --------- Co-authored-by: colin-mckibben-sp <coln.mckibben@sailpoint.com>' by github action: 4639020477
18 lines
472 B
YAML
18 lines
472 B
YAML
type: object
|
|
required:
|
|
- targetOwnerId
|
|
- comment
|
|
properties:
|
|
targetOwnerId:
|
|
type: string
|
|
description: The ID of the identity to forward this work item to.
|
|
example: 2c9180835d2e5168015d32f890ca1581
|
|
comment:
|
|
type: string
|
|
description: Comments to send to the target owner
|
|
example: "I'm going on vacation."
|
|
sendNotifications:
|
|
type: boolean
|
|
description: If true, send a notification to the target owner.
|
|
default: true
|
|
example: true |