Skip to content
New issue

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

The field "Upload File" doesn´t show #2542

Closed
monique77 opened this issue May 19, 2024 · 2 comments
Closed

The field "Upload File" doesn´t show #2542

monique77 opened this issue May 19, 2024 · 2 comments

Comments

@monique77
Copy link

Hello,

I need a help please. I executed: docker run -p 8080:80 redocly/redoc but the field "Upload file" in the top of page didn´t show, but in your redocly it shows. In Redoc this option "Upload file" doesn´t exist?

And for me see mys apis I need put in SPEC_URL where they are? I understood that the Redoc doesn´t have database, because in this case I can put in SPEC_URL where the apis are? Redoc can do integration with api gateway? like kong or others?

meuRedoc
redocl'

@AlexVarchuk
Copy link
Collaborator

hi @monique77, thank you for your question.
The Upload a file place we have only in preview Redoc page. It helps provide URL to OpenAPI description.
In docker container you should use SPEC_URL. And put correct URL to your OpenAPI description. You can host your definition where you want and pass it to docker.

docker run -p 8080:80 -e SPEC_URL=https://api.example.com/openapi.json redocly/redoc

If you have more questions feel free to ask.

@monique77
Copy link
Author

@AlexVarchuk Tks for your answering

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants