From 8058666aa1bbefa38361642e83ae6d3808d7ab80 Mon Sep 17 00:00:00 2001 From: sachinvodafone <84573274+sachinvodafone@users.noreply.github.com> Date: Mon, 10 Nov 2025 09:50:50 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20example=20label:=20Multiple=20Country=20C?= =?UTF-8?q?odes=20=E2=86=92=20Multiple=20Country=20Names?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? Add one of the following kinds: * correction * documentation #### What this PR does / why we need it: The current example in the API specification for device-roaming response uses the label “Multiple Country Codes”, but the actual data shows multiple country names for a single country code: #### Which issue(s) this PR fixes: Fixes #52 #### Special notes for reviewers: Not a breaking change. #### Changelog input ``` release-note - Update the label in the example to “Multiple Country Names” to accurately reflect the data shown.. ``` #### Additional documentation This section can be blank. ``` docs ``` --- code/API_definitions/device-roaming-status.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/API_definitions/device-roaming-status.yaml b/code/API_definitions/device-roaming-status.yaml index 153bf1e..34f6f3f 100644 --- a/code/API_definitions/device-roaming-status.yaml +++ b/code/API_definitions/device-roaming-status.yaml @@ -156,7 +156,7 @@ paths: roaming: true countryCode: 262 countryName: ["DE"] - Multiple Country Codes: + Multiple Country Names: value: lastStatusTime: "2024-02-20T10:41:38.657Z" roaming: true