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

Update the "server"-section to align with other CAMARA specifications #251

Closed
maxl2287 opened this issue Jan 5, 2024 · 0 comments · Fixed by #252
Closed

Update the "server"-section to align with other CAMARA specifications #251

maxl2287 opened this issue Jan 5, 2024 · 0 comments · Fixed by #252

Comments

@maxl2287
Copy link
Collaborator

maxl2287 commented Jan 5, 2024

Current description

servers:
  - url: "{apiRoot}/{basePath}"
    variables:
      apiRoot:
        default: http://localhost:9091
        description: API root
      basePath:
        default: qod/v0
        description: Base path for the QoD API

Expected behavior

servers:
  - url: "{apiRoot}/qod/v0"
    variables:
      apiRoot:
        default: http://localhost:9091
        description: API root

Additional context
Related to camaraproject/NumberVerification#77

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.

2 participants