From 429f75b25e51402f48cdc590826d327340338f05 Mon Sep 17 00:00:00 2001 From: Murat Karabulut <88037779+gmuratk@users.noreply.github.com> Date: Wed, 20 Mar 2024 09:48:26 -0400 Subject: [PATCH 1/2] Update device-status.yaml Re-submission of the PR (#111) --- code/API_definitions/device-status.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/code/API_definitions/device-status.yaml b/code/API_definitions/device-status.yaml index 6c51cfa3..7396f521 100644 --- a/code/API_definitions/device-status.yaml +++ b/code/API_definitions/device-status.yaml @@ -51,11 +51,11 @@ info: ## Device roaming situation - The endpoint `POST /roaming` allows to get roaming status and country information (if device in roaming situation) synchronously. + The endpoint `POST /retrieve-roaming-status` allows to get roaming status and country information (if device in roaming situation) synchronously. ## Device connectivity situation - The endpoint `POST /connectivity` allows to get current connectivity status information synchronously. + The endpoint `POST /retrieve-connectivity-status` allows to get current connectivity status information synchronously. ## Device status subscription @@ -120,7 +120,7 @@ tags: description: Operation to manage event subscription on device status event (roaming, connectivity) paths: - /connectivity: + /retrieve-connectivity-status: post: tags: - Device connectivity status @@ -129,7 +129,7 @@ paths: operationId: getConnectivityStatus security: - openId: - - device-status:connectivity:read + - device-status:retrieve-connectivity-status:read requestBody: content: application/json: @@ -165,7 +165,7 @@ paths: $ref: "#/components/responses/Generic500" "503": $ref: "#/components/responses/Generic503" - /roaming: + /retrieve-roaming-status: post: tags: - Device roaming status @@ -174,7 +174,7 @@ paths: operationId: getRoamingStatus security: - openId: - - device-status:roaming:read + - device-status:retrieve-roaming-status:read requestBody: content: application/json: From 3c6d28b192fb0bd620ed9db8f585454c784c9ebb Mon Sep 17 00:00:00 2001 From: Ludovic Robert <30499179+bigludo7@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:47:50 +0200 Subject: [PATCH 2/2] Update device-status.yaml Version should be shifted to wip I guess. --- code/API_definitions/device-status.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/API_definitions/device-status.yaml b/code/API_definitions/device-status.yaml index 7396f521..8a4109a5 100644 --- a/code/API_definitions/device-status.yaml +++ b/code/API_definitions/device-status.yaml @@ -99,7 +99,7 @@ info: license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html - version: 0.5.1-wip + version: wip externalDocs: description: Product documentation at CAMARA url: https://github.com/camaraproject/