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

OpenAPI path parameter format #2

Closed
zevisert opened this issue Nov 26, 2023 · 0 comments · Fixed by #6
Closed

OpenAPI path parameter format #2

zevisert opened this issue Nov 26, 2023 · 0 comments · Fixed by #6

Comments

@zevisert
Copy link
Contributor

The path parameters described in the OpenAPI REST document do not seem to follow the spec on how path parameters are described: https://spec.openapis.org/oas/v3.1.0#path-templating.

Is this intentional? Does some build tooling remove these dollar signs? If so, where can people find a usable built output?

'/v2/models/${MODEL_NAME}/versions/${MODEL_VERSION}/ready':

'/v2/models/${MODEL_NAME}/versions/${MODEL_VERSION}':

'/v2/models/${MODEL_NAME}/versions/${MODEL_VERSION}/infer':


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

Successfully merging a pull request may close this issue.

1 participant