From 26c9b69c9176ca84c87a34d95342977c0fadd959 Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Wed, 3 Sep 2025 10:27:49 +0100 Subject: [PATCH 1/2] Update device-reachability-status-subscriptions.yaml --- .../device-reachability-status-subscriptions.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/API_definitions/device-reachability-status-subscriptions.yaml b/code/API_definitions/device-reachability-status-subscriptions.yaml index a27d6b6..de10a62 100644 --- a/code/API_definitions/device-reachability-status-subscriptions.yaml +++ b/code/API_definitions/device-reachability-status-subscriptions.yaml @@ -401,19 +401,19 @@ components: ErrorInfo: type: object required: - - message - status - code + - message properties: - message: - type: string - description: A human-readable description of what the event represents status: type: integer description: HTTP response status code code: type: string description: A human-readable code to describe the error + message: + type: string + description: A human-readable description of what the event represents SubscriptionRequest: description: The request for creating a event-type event subscription From ac652c19c65d967c1a27e41efdd958f1ce46e3f9 Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Wed, 3 Sep 2025 10:28:55 +0100 Subject: [PATCH 2/2] Update device-reachability-status.yaml --- code/API_definitions/device-reachability-status.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/API_definitions/device-reachability-status.yaml b/code/API_definitions/device-reachability-status.yaml index 737a0ba..c43b822 100644 --- a/code/API_definitions/device-reachability-status.yaml +++ b/code/API_definitions/device-reachability-status.yaml @@ -322,19 +322,19 @@ components: ErrorInfo: type: object required: - - message - status - code + - message properties: - message: - type: string - description: A human-readable description of what the event represents status: type: integer description: HTTP response status code code: type: string description: A human-readable code to describe the error + message: + type: string + description: A human-readable description of what the event represents XCorrelator: type: string