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
If we delete a nonexistent certificate wouldn't the expected result still be the same :D.
But yes this is because SQL doesn't return anything if no rows matching the query were effected on delete or update operations, we will have to manually check beforehand if we want to differentiate this.
Describe the bug
Whenever we delete a non-existent certificate request (and perhaps other items) using the HTTP API, we get a 202 Accepted return message.
To Reproduce
Expected behavior
Here we would expect a 404 as the endpoint doesn't exist.
Logs
Request
Response:
Environment
The text was updated successfully, but these errors were encountered: