mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
* IDNWAIMEA-11000: Migrate API docs from /beta/campaigns/<id>/reassign to /v3/campaigns/campaigns/<id>/reassign * IDNWAIMEA-11000: address validator checks * IDNWAIMEA-11000: add list of ReassignmentTrailDTO * IDNWAIMEA-11000: add description to ReassignmentTrailDTOList * IDNWAIMEA-11000: add description to ReassignmentTrailDTOList * IDNWAIMEA-11000: add description to ReassignmentTrailDTOList' by github action: 5338525049
15 lines
395 B
YAML
15 lines
395 B
YAML
type: object
|
|
properties:
|
|
previousOwner:
|
|
type: string
|
|
description: The ID of previous owner identity.
|
|
example: ef38f94347e94562b5bb8424a56397d8
|
|
newOwner:
|
|
type: string
|
|
description: The ID of new owner identity.
|
|
example: ef38f94347e94562b5bb8424a56397a3
|
|
reassignmentType:
|
|
type: string
|
|
description: The type of reassignment.
|
|
example: AUTOMATIC_REASSIGNMENT
|