camaraproject / QualityOnDemand

Repository to describe, develop, document and test the QualityOnDemand API family
https://wiki.camaraproject.org/x/zwOeAQ
Apache License 2.0
41 stars 59 forks source link

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

Closed maxl2287 closed 8 months ago

maxl2287 commented 9 months ago

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 https://github.com/camaraproject/NumberVerification/issues/77