Skip to content

Commit

Permalink
MOSIP-35982
Browse files Browse the repository at this point in the history
Signed-off-by: Sohan Kumar Dey <[email protected]>
  • Loading branch information
Sohandey committed Sep 24, 2024
1 parent 52f7340 commit 89582a2
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,15 @@ ReactivateVIDs:
checkErrorsOnlyInResponse: true
restMethod: post
inputTemplate: idRepository/ReactivateVIDsForUIN/reactivateVIDsForUIN
outputTemplate: idRepository/error
outputTemplate: idRepository/ReactivateVIDsForUIN/reactivateVIDsForUINResult
input: '{
"UIN": "$ID:AddIdentity_ValidParam_smoke_Pos_UIN$",
"requesttime": "$TIMESTAMP$",
"id": "mosip.vid.reactivate",
"version": "v1"
}'
output: '{
"errors": [
{
"errorCode": "IDR-IDC-007"
}
]
"vidStatus": "ACTIVE"
}'

IdRepository_ReactivateVIDs_Onetime_Smoke_Pos:
Expand Down

0 comments on commit 89582a2

Please sign in to comment.