Skip to content

Commit

Permalink
Merge pull request mosip#1158 from anup-nehe/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Sohandey authored Oct 23, 2023
2 parents b649c4e + 76862e8 commit d488775
Show file tree
Hide file tree
Showing 3 changed files with 389 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,29 @@ CreateBioExtractors:
"errorCode": "PMS_PRT_061"
}
]
}'
}'

Partner_CreateBioExtractors_InValid_PolicyId:
endPoint: /v1/partnermanager/partners/{partnerId}/bioextractors/{policyId}
role: partner
checkErrorsOnlyInResponse: true
restMethod: post
inputTemplate: partner/CreateBioExtractors/createBioExtractors
outputTemplate: partner/error
input: '{
"partnerId": "mpartner-default-auth",
"policyId": "vdsfhfx",
"attributeName": "iris",
"biometric": "iris",
"provider": "mock",
"version": "1.1",
"requesttime": "$TIMESTAMP$"
}'
output: '{
"errors": [
{
"errorCode": "PMS_PRT_061"
}
]
}'

Loading

0 comments on commit d488775

Please sign in to comment.