Skip to content

Commit

Permalink
add participantId and representativeId (#19471)
Browse files Browse the repository at this point in the history
  • Loading branch information
tycol7 authored Nov 19, 2024
1 parent eb2a354 commit 6f56649
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/claims_api/app/swagger/claims_api/v2/dev/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,16 @@
"type": "string",
"description": "The reason for declining the request.",
"nullable": true
},
"participantId": {
"type": "string",
"description": "The unique identifier of the requestʼs participant. Required if the decision is DECLINED.",
"nullable": true
},
"representativeId": {
"type": "string",
"description": "The unique identifier of the requestʼs representative. Required if the decision is DECLINED.",
"nullable": true
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@
],
"description": "The reason for declining the request.",
"nullable": true
},
"participantId": {
"type": "string",
"description": "The unique identifier of the requestʼs participant. Required if the decision is DECLINED.",
"nullable": true
},
"representativeId": {
"type": "string",
"description": "The unique identifier of the requestʼs representative. Required if the decision is DECLINED.",
"nullable": true
}
}
}
Expand Down

0 comments on commit 6f56649

Please sign in to comment.