Automation Testing for CWMSjs - /states
Testing V1 of the /states endpoint
curl -X 'GET' 'https://water.usace.army.mil/cwms-data/states'
returns
{"message":"Formatting error:No Format for this content-type and data type : (application/json, cwms.cda.data.dto.State)","incidentIdentifier":"8527238373666025493","details":{}}
Version 2 works,
Should we migrate the code to V1 and go ahead and remove versioning on this endpoint so that both return results?
Automation Testing for CWMSjs -
/statesTesting V1 of the /states endpoint
returns
{"message":"Formatting error:No Format for this content-type and data type : (application/json, cwms.cda.data.dto.State)","incidentIdentifier":"8527238373666025493","details":{}}Version 2 works,
Should we migrate the code to V1 and go ahead and remove versioning on this endpoint so that both return results?