We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the server head to /openapi.json on the host path.
/openapi.json
There is a v3.1.0 openapi schema. But when building an sdk with https://github.com/OpenAPITools/openapi-generator the resulting code (in my case rust) various validation errors occur.
Also opening it in https://editor-next.swagger.io/ shows various validation issues.
The api should validate without issues so that sdk's can be generated.
0.18.42
No response
The text was updated successfully, but these errors were encountered:
You can also see errors on the https://dstack.ai/docs/reference/api/rest/ page when you open up the following for example:
(scroll up after opening)
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
On the server head to
/openapi.json
on the host path.Actual behaviour
There is a v3.1.0 openapi schema. But when building an sdk with https://github.com/OpenAPITools/openapi-generator the resulting code (in my case rust) various validation errors occur.
Also opening it in https://editor-next.swagger.io/ shows various validation issues.
Expected behaviour
The api should validate without issues so that sdk's can be generated.
dstack version
0.18.42
Server logs
Additional information
No response
The text was updated successfully, but these errors were encountered: