Closed tylerwowen closed 1 month ago
The current implementation let getDeploySafely handle deployId being null and throws an exception that will eventually be mapped to 500. To improve the usability of this API, explicitly throw 404 if deployId is blank.
getDeploySafely
deployId
The current implementation let
getDeploySafely
handledeployId
being null and throws an exception that will eventually be mapped to 500. To improve the usability of this API, explicitly throw 404 ifdeployId
is blank.