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
{{ message }}
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.
.. i.e. it's not possible to GET api keys over URLs like /user/api-keys/baff8... or /projects/54bd4e../api-keys/c3ab3... Strangely it's possible to DELETE API key over such URL. Both project and user keys are Deleted over /user/api-keys/db4bcdef...
Why to make it possible to delete over the urls but not fetch them. Maybe this could be improved in the API?
The text was updated successfully, but these errors were encountered:
t0mk
changed the title
API keys not GETtable by direct URL paths, both DELETEable over user API key path
User and Project API keys not GETtable by direct URL paths, both DELETEable over user API key path
Jul 11, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There don't seem to be a href for API keys in EM API:
.. i.e. it's not possible to GET api keys over URLs like
/user/api-keys/baff8...
or/projects/54bd4e../api-keys/c3ab3..
. Strangely it's possible to DELETE API key over such URL. Both project and user keys are Deleted over/user/api-keys/db4bcdef..
.Why to make it possible to delete over the urls but not fetch them. Maybe this could be improved in the API?
The text was updated successfully, but these errors were encountered: