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
Hey, when using the plugin, I looked at https://github.com/swagger-api/swaggerhub-gradle-plugin/pull/5/files. the AOS version is not recognized as expected even though the JSON file starts {"openapi":"3.0.1",
swaggerhubUpload { api 'xxx' owner 'xxx' version '1.0.0' isPrivate true inputFile "${project.rootDir}/build/docs/swagger.json" token swggerhubToken }
but when going into swaggerHub it suggests "Update Editor to OpenAPI 3.0?" (it is uploaded as version 2)
thanks!
The text was updated successfully, but these errors were encountered:
Did you figure it out? I am getting the same error, using curl directly and not the Gradle plug-in.
curl
Sorry, something went wrong.
No branches or pull requests
Hey, when using the plugin, I looked at https://github.com/swagger-api/swaggerhub-gradle-plugin/pull/5/files.
the AOS version is not recognized as expected even though the JSON file starts {"openapi":"3.0.1",
swaggerhubUpload {
api 'xxx'
owner 'xxx'
version '1.0.0'
isPrivate true
inputFile "${project.rootDir}/build/docs/swagger.json"
token swggerhubToken
}
but when going into swaggerHub it suggests "Update Editor to OpenAPI 3.0?" (it is uploaded as version 2)
thanks!
The text was updated successfully, but these errors were encountered: