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
e.g get /api/tenant/{id} where id cannot be found currently returns success: false in the response body JSON with 200 status. Status code should be 404.
Download endpoint is another example (api/output/{plugin}/publish/{id}).
This is inconsistent and not very useful, also probably not aligned with Restful API standards.
The text was updated successfully, but these errors were encountered:
e.g get /api/tenant/{id} where id cannot be found currently returns success: false in the response body JSON with 200 status. Status code should be 404.
Download endpoint is another example (api/output/{plugin}/publish/{id}).
This is inconsistent and not very useful, also probably not aligned with Restful API standards.
The text was updated successfully, but these errors were encountered: