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
In the documentation found here: https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-managing-access-for-cloudant
The /_api/v2/user/config/cors/ endpoint is listed as using GET/POST methods. This should be GET/PUT.
/_api/v2/user/config/cors/
GET/POST
GET/PUT
I found this error while working on these endpoints the other day.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which topic are you reporting about?
In the documentation found here: https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-managing-access-for-cloudant
What do you think needs to be updated?
The
/_api/v2/user/config/cors/
endpoint is listed as usingGET/POST
methods. This should beGET/PUT
.I found this error while working on these endpoints the other day.
Anything else?
No response
The text was updated successfully, but these errors were encountered: