Changing the Media type for get requests
Updated 'consumes' MediaType for all GET requests and removed unnecessary ones.
Merge request reports
Activity
assigned to @jayeshbagul
added Common Code label
changed milestone to %M19 - Release 0.22
requested review from @Srinivasan_Narayanan
See original issue posted on https://opensdu.slack.com/archives/C01C2Q4G9BK/p1689943040836539?thread_ts=1689938262.891899&cid=C01C2Q4G9BK by @todaiks
@ydzeng - I think the v3 test failure isn't related- but the availability of the catalog data on blue instance. Can you confirm if we can proceed ?
Hi @chad the v3 test failure is not related to the code change. That's related to the test data has been contaminated by some manual data ingestion on blue instance. We'll fix this issue.
added MRBugfix label
@chad @Rustam_Lotsmanenko - While testing V3 CRS Catalog endpoints in R3 M19 Pre-ship Azure and GC environments do see some failures. with 415 Unsupported media type. If you think this merge is not going to fix the issue then we need to create separate issue. GET https://osdu-ship.msft-osdu-test.org/api/crs/catalog/v3/coordinate-transformation?recordId=opendes:reference-data--CoordinateTransformation:EPSG::1111
Status Code: 415 Unsupported Media Type
GET https://osdu-ship.msft-osdu-test.org/api/crs/catalog/v3/coordinate-reference-system?recordId=opendes:reference-data--CoordinateReferenceSystem:Projected:EPSG::3851 Status Code: 415 Unsupported Media Type
GET https://osdu-ship.msft-osdu-test.org/api/crs/catalog/v3/coordinate-reference-system?dataId=Projected:EPSG::3851 Status Code: 415 Unsupported Media Type
mentioned in commit 8b95ea57
mentioned in merge request !293 (merged)