Skip to content

Commit

Permalink
Merge pull request #106 from maxl2287/fix/correct-example-country-code
Browse files Browse the repository at this point in the history
fix: move "countryCode" out of "device" in ROAMING_CHANGE_COUNTRY-example
  • Loading branch information
akoshunyadi authored Feb 9, 2024
2 parents 638419b + d782410 commit fc052bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/API_definitions/device-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.5.0
version: 0.6.0-wip
externalDocs:
description: Product documentation at CAMARA
url: https://github.com/camaraproject/
Expand Down Expand Up @@ -1048,7 +1048,8 @@ components:
data:
device:
phoneNumber: 123456789
countryCode: 214
countryCode: 214
countryName: ["ES"]
subscriptionId: qs15-h556-rt89-1298
time: 2023-01-19T13:18:23.682Z

Expand Down

0 comments on commit fc052bb

Please sign in to comment.