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
@Kamil1 you have an issue in your spec: 400 response for /feed endpoint is indented not correctly.
You have:
400:
headers:
Content-Type:
description: application/jsontype: stringdescription: | Bad Request response may occur if before and/or after parameters are incorrectly used.schema:
response:
- $ref: '#/definitions/HTTPCode'
while it should be
400:
headers:
Content-Type:
description: application/jsontype: stringdescription: | Bad Request response may occur if before and/or after parameters are incorrectly used.schema:
response:
- $ref: '#/definitions/HTTPCode'
But this is an issue that ReDoc is not showing an error and just hangs. It will be tracked in #208
I've decided to try out ReDoc (it looks great!), and have my
api.yaml
spec done.I created an index page using the template provided in the README, below:
For some reason... the page won't load. It seems to be "Loading" forever...
Is this a bug, or am I doing something wrong?
The text was updated successfully, but these errors were encountered: