You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Upgrade to the API specification 2.1.1 PXWEB-931 (#498)
* Changed `CodeList` to `Codelist`
* Updated to latest version of the spec 2.1.1
* Avoid duplicate mapping in SavedQueryApiController
Refactored the code to map the saved query response only once in the SavedQueryApiController. The mapped response is now reused for both extracting the URI and returning the Created() result, improving efficiency and code readability.
0 commit comments