mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
19 lines
655 B
YAML
19 lines
655 B
YAML
type: object
|
|
description: The request body of Reassignment Configuration Details for a specific identity and config type
|
|
properties:
|
|
configType:
|
|
$ref: 'ConfigTypeEnum.yaml'
|
|
targetIdentity:
|
|
$ref: 'Identity.yaml'
|
|
startDate:
|
|
type: string
|
|
description: The date from which to start reassigning work items
|
|
format: 'date-time'
|
|
example: '2022-07-21T11:13:12.345Z'
|
|
endDate:
|
|
type: string
|
|
description: The date from which to stop reassigning work items. If this is an empty string it indicates a permanent reassignment.
|
|
format: 'date-time'
|
|
example: '0001-01-01T00:00:00Z'
|
|
auditDetails:
|
|
$ref: 'AuditDetails.yaml' |