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
Aliases service get status code should'nt be 201 created. Tests and (maybe)volto might also need update.
201
volto
f@f:~$ curl -i -X GET http://localhost:8080/Plone/++api++/@aliases -H "Accept: application/json" --user admin:admin HTTP/1.1 201 Created Content-Length: 88 Content-Type: application/json Date: Sun, 19 Jan 2025 15:18:05 GMT Server: waitress Via: waitress X-Frame-Options: SAMEORIGIN X-Powered-By: Zope (www.zope.dev), Python (www.python.org) { "@id": "http://localhost:8080/Plone/@aliases", "items": [], "items_total": 0 }f@f:~$
The text was updated successfully, but these errors were encountered:
Agreed, this looks like a bug.
Sorry, something went wrong.
Aliasses get service returns wrong status code plone#1862
441fc1a
No branches or pull requests
Aliases service get status code should'nt be
201
created. Tests and (maybe)volto
might also need update.The text was updated successfully, but these errors were encountered: