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
When attempting to delete a spec that the user previously added to their personal (catalog=user), nothing appears to happen and the spec is not actually deleted.
Note that in this case, the modal does behave correctly and remains open until the operation has completed successfully.
The error printed to the console can be seen below:
Inspecting the request from the browser developer console, it looks like this parameter is no longer being sent to the server?
More testing is needed to determine if this is indeed the case
EDIT: Digging deeper, it looks like the Swagger docs for the DELETE /services/:key endpoint are also missing the catalog enum parameter
When attempting to delete a spec that the user previously added to their personal (
catalog=user
), nothing appears to happen and the spec is not actually deleted.Note that in this case, the modal does behave correctly and remains open until the operation has completed successfully.
The error printed to the console can be seen below:
The text was updated successfully, but these errors were encountered: