-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MOSIP-38953 Incorporate API changes for admin (#1093)
* MOSIP-36647 Signed-off-by: Anup Nehe <[email protected]> * MOSIP-37915 Signed-off-by: Anup Nehe <[email protected]> * MOSIP-34116 Signed-off-by: Anup Nehe <[email protected]> * MOSIP-37889 Signed-off-by: Anup Nehe <[email protected]> * MOSIP-38558 Signed-off-by: Anup Nehe <[email protected]> * reslove conflicts Signed-off-by: Anup Nehe <[email protected]> * resolve conflicts Signed-off-by: Anup Nehe <[email protected]> * resolve conflicts Signed-off-by: Anup Nehe <[email protected]> * MOSIP-38953 Signed-off-by: Anup Nehe <[email protected]> --------- Signed-off-by: Anup Nehe <[email protected]> Signed-off-by: Mayura Deshmukh <[email protected]> Co-authored-by: Mayura Deshmukh <[email protected]>
- Loading branch information
1 parent
79e6950
commit 6347c38
Showing
14 changed files
with
107 additions
and
11 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
api-test/src/main/resources/pms/DeactivatePolicy/DeactivatePolicy.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"id": "mosip.pms.deactivate.policy.patch", | ||
"policyId": "{{policyId}}", | ||
"version": "1.0", | ||
"requestTime": "{{requestTime}}", | ||
"request": { | ||
"status": "{{status}}" | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
api-test/src/main/resources/pms/DeactivatePolicy/DeactivatePolicy.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
DeactivatePolicy: | ||
Pms_DeactivatePolicy_After_Publish_All_Valid_Smoke: | ||
endPoint: /v1/policymanager/policies/{policyId} | ||
role: partnerrevamp | ||
checkErrorsOnlyInResponse: true | ||
restMethod: patch | ||
inputTemplate: pms/DeactivatePolicy/DeactivatePolicy | ||
outputTemplate: pms/DeactivatePolicy/DeactivatePolicyResult | ||
input: '{ | ||
"policyId": "$ID:DefinePolicy_All_Valid_Smoke_For_Deactive_pms_sid_id$", | ||
"requestTime": "$TIMESTAMP$", | ||
"status": "De-Activate" | ||
}' | ||
output: ' { | ||
|
||
}' |
2 changes: 2 additions & 0 deletions
2
api-test/src/main/resources/pms/DeactivatePolicy/DeactivatePolicyResult.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 8 additions & 1 deletion
9
api-test/src/main/resources/pms/DeactivatePolicyGroup/deactivatePolicyGroup.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
{ | ||
"policyGroupId":"{{policyGroupId}}" | ||
|
||
"id": "mosip.pms.deactivate.policy.group.patch", | ||
"policyGroupId": "{{policyGroupId}}", | ||
"version": "1.0", | ||
"requestTime": "{{requestTime}}", | ||
"request": { | ||
"status": "{{status}}" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
api-test/src/main/resources/pms/GetAllApprovedPartnerId/GetAllApprovedPartnerId.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
api-test/src/main/resources/pms/GetDetailsOfPartner/GetDetailsOfPartner.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
api-test/src/main/resources/pms/GetListOfAllDevice/GetListOfAllDevice.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
api-test/src/main/resources/pms/GetListOfPartners/GetListOfPartners.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
api-test/src/main/resources/pms/GetListOfPolicies/GetListOfPolicies.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters