You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15275,14 +15275,6 @@
"summary": "Get server config",
"description": "Method allows to fetch global server configuration and current runtime status.\n",
"parameters": [
- {- "name": "Accept",- "description": "Ask for `text/plain` to get original text config.\nBy default it will be `application/json`.\n",- "in": "header",- "schema": {- "type": "string"- }- }
],
"responses": {
"200": {
So, it looks like there are some troubles with parameters in headers.
The text was updated successfully, but these errors were encountered:
I tried to import this schema: https://github.com/Redocly/redoc/raw/refs/heads/main/demo/big-openapi.json
It failed with silent error.
After some tracing found the actual error:
Lots of errors, hard to fix.
I tried this schema instead: https://github.com/flussonic/openapi_handler/blob/master/test/flussonic-230127.json
After hacking openapi 3.1 support, I got the same
{unbound_var,'Headers'}
, but just one.I removed one parameter and it worked:
So, it looks like there are some troubles with parameters in headers.
The text was updated successfully, but these errors were encountered: