masterdata.UpdateUISpec.UpdateUISpec.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apitest-masterdata Show documentation
Show all versions of apitest-masterdata Show documentation
Parent project of MOSIP Admin Services apitests
The newest version!
UpdateUISpec:
MasterData_Invalid_UpdateUISpec_older_date_Smoke:
endPoint: /v1/masterdata/uispec/publish
uniqueIdentifier: TC_Masterdata_UpdateUISpec_01
description: Update UI specification details with valid data
role: admin
restMethod: put
inputTemplate: masterdata/UpdateUISpec/updateUISpec
outputTemplate: masterdata/error
input: '{
"effectiveFrom": "2021-07-19T12:25:54.886Z",
"id": "ff8df956-f529-45b6-9242-abe61bb02df9",
"requesttime": "$TIMESTAMP$"
}'
output: '{
"errors": [
{
"errorCode": "UIS-UIS-007",
"message": "UI spec effective from date cannot be older"
}
]
}'
MasterData_Invalid_UpdateUISpec_Already_exists:
endPoint: /v1/masterdata/uispec/publish
uniqueIdentifier: TC_Masterdata_UpdateUISpec_02
description: Update UI specification details which already exists
role: admin
restMethod: put
inputTemplate: masterdata/UpdateUISpec/updateUISpec
outputTemplate: masterdata/error
input: '{
"effectiveFrom": "2052-07-29T12:25:54.886Z",
"id": "ff8df956-f529-45b6-9242-abe61bb02df9",
"requesttime": "$TIMESTAMP$"
}'
output: '{
"errors": [
{
"errorCode": "KER-UIS-006",
"message": "UI spec already published"
}
]
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy