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 #15

Open
zevisert opened this issue Nov 15, 2023 · 0 comments
Open

OpenAPI path parameter format #15

zevisert opened this issue Nov 15, 2023 · 0 comments

Comments

@zevisert
Copy link

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

No branches or pull requests

1 participant