We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GET {API_URL}/access-keys/{KEY_ID}
The API responds with status code 405
The API responds status code 200 and the key Object
The response indicates that only the DELETE method is allowed
The text was updated successfully, but these errors were encountered:
Hi, right now this method is released, but outline-server version with this method is not yet.
Sorry, something went wrong.
Closing because the method is already in the latest version. Thank you all 🥳
No branches or pull requests
How to reproduce:
GET {API_URL}/access-keys/{KEY_ID}
Current behavior
The API responds with status code 405
Expected behavior
The API responds status code 200 and the key Object
More details
The response indicates that only the DELETE method is allowed
The text was updated successfully, but these errors were encountered: