Skip to content

Commit

Permalink
Update version of YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
yamamoto0104 authored Dec 11, 2024
1 parent 5c5d0de commit 4e1668e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/API_definitions/number-recycling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ info:
- If the subject can be identified from the access token and the optional `phoneNumber` field is also included in the request, then the server will return an error with the `422 UNNECESSARY_IDENTIFIER` error code. This will be the case even if the same phone number is identified by these two methods, as the server is unable to make this comparison.
version: wip
version: 0.1.0
x-camara-commonalities: 0.4.0
license:
name: Apache 2.0
Expand All @@ -73,7 +73,7 @@ externalDocs:
description: Product documentation at Camara
url: https://github.com/camaraproject/NumberRecycling
servers:
- url: '{apiRoot}/number-recycling/vwip'
- url: '{apiRoot}/number-recycling/0.1.0-alpha.1'
variables:
apiRoot:
default: http://localhost:9091
Expand Down

0 comments on commit 4e1668e

Please sign in to comment.