Files
api-specs/idn/beta/schemas/WorkItemForward.yaml
GitHub Action Bot 5bc196cea9 Automated commit 'DEVREL-670: Add work item forward endpoint to beta (#1222)
* 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
2023-04-07 14:41:57 +00:00

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