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
The curl request in "request 18" should be a POST not a PUT.
The text was updated successfully, but these errors were encountered:
This is a flaw/reversion in the API interface of Keyrock. Actually it should be a PUT if the API interface follows HTTP Standards.
The action is idempotent, and therefore should be PUT not POST.
A PR was raised for this and accepted:
This is change appears to have been missed or lost at some point, so the issue needs to be raised in the Keyrock repository.
Sorry, something went wrong.
No branches or pull requests
The curl request in "request 18" should be a POST not a PUT.
The text was updated successfully, but these errors were encountered: