mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +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
10 lines
297 B
YAML
10 lines
297 B
YAML
type: array
|
|
items:
|
|
$ref: './ReassignmentTrailDTO.yaml'
|
|
description: Reassignment trails that lead to self certification identity
|
|
example: {
|
|
"previousOwner":"ef38f94347e94562b5bb8424a56397d8",
|
|
"newOwner": "ef38f94347e94562b5bb8424a56397a3",
|
|
"reassignmentType": "AUTOMATIC_REASSIGNMENT"
|
|
}
|