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
https://docs.konghq.com/gateway/3.7.x/reference/key-management/
I followed the instructions and ran the following command for keyset.
curl -i -X PUT http://localhost:8001/key-sets \ --data name=my-set
The result was here.
HTTP/1.1 405 Not Allowed ... {"message":"Method not allowed"}
Expected behavior is the follows.
{"created_at":1725417244,"updated_at":1725417244,"name":"my-set","tags":null,"id":"d0129531-a2aa-4000-8d8d-f3d415b2d65d"}
We need to specify POST instead of PUT.
POST
PUT
The text was updated successfully, but these errors were encountered:
fixes #7838
d1fa428
Fix: Key set examples (#7842)
66efe65
lena-larionova
Successfully merging a pull request may close this issue.
Where is the problem?
https://docs.konghq.com/gateway/3.7.x/reference/key-management/
What happened?
I followed the instructions and ran the following command for keyset.
The result was here.
What did you expect to happen?
Expected behavior is the follows.
We need to specify
POST
instead ofPUT
.Code of Conduct and Community Expectations
The text was updated successfully, but these errors were encountered: