From 4e1668e483fd1123e00669b95353f8238dd94a14 Mon Sep 17 00:00:00 2001 From: Kenichi Yamamoto Date: Wed, 11 Dec 2024 10:01:23 +0900 Subject: [PATCH] Update version of YAML --- code/API_definitions/number-recycling.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/API_definitions/number-recycling.yaml b/code/API_definitions/number-recycling.yaml index b0bbd16..3e40267 100644 --- a/code/API_definitions/number-recycling.yaml +++ b/code/API_definitions/number-recycling.yaml @@ -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 @@ -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