-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
Trying to get API documentation as HTML #2289
Comments
It is downloadable, your If you want to use the CLI, I'd recommend using
I suggest you consult |
It is an automatically generated example that - unfortunately - doesn't work like this because of external dependencies the HTML page has. Seems we need to remove it if it is confusing |
@yubiuser @rdwebdesign @PromoFaux What is your suggestion on this? I don't think we can disable the automatically generated |
This. |
Hi,
I just saw the API documentation can be fetched as HTML which would be nice to make it available for AI.
I tried to get it with CURL.
Versions
Core [v6.0.4]
FTL [v6.0.2]
Web interface [v6.0.1]
Windows 11
Expected behavior
API doc should be downloaded as HTML.
Actual behavior / bug
CURL is executed. Absolutely nothing happens.
Steps to reproduce
curl -insecure -X GET "https://192.168.0.100:443/api/docs" \ -H 'accept: text/html'
The text was updated successfully, but these errors were encountered: