-
Notifications
You must be signed in to change notification settings - Fork 120
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
Bug: Only showing one server's headers #840
Comments
Any updates? @newhouse ? |
This is likely just some legacy carryover from when this project was forked from DociQL. The obvious change would be to have 2 outputs in the @zippocage any suggestions on how you'd expect the output? |
@newhouse I think it makes sense to group each endpoint with its set of headers. For those deployments where headers are the same independent of endpoint, they may find it a bit repetitive but given the way headers are colocated in the spectaql config file, there is not much to do about that. |
In our spectaql config.yml file, we have two servers (test and staging) that differ by URL. They also require different Authorization bearer token.
Issue
Only headers for the first server is shown in the generated documentation (while both server URLs are listed). Is this intended or is this a bug?
Details
If I have the following in the server section of the config.yml:
Then the generated documentation will render it like this:
The text was updated successfully, but these errors were encountered: