From 7a9ccc4a51133d499466cc79755b45dde267c5f4 Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Tue, 26 Aug 2025 12:10:56 +0100 Subject: [PATCH 1/4] Update device-data-volume.yaml --- code/API_definitions/device-data-volume.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/API_definitions/device-data-volume.yaml b/code/API_definitions/device-data-volume.yaml index 9b7ed83..a7240d7 100644 --- a/code/API_definitions/device-data-volume.yaml +++ b/code/API_definitions/device-data-volume.yaml @@ -359,13 +359,13 @@ components: properties: message: type: string - description: A human readable description of what the event represent + description: A human-readable description of what the event represents status: type: integer description: HTTP response status code code: type: string - description: Friendly Code to describe the error + description: A human-readable code to describe the error responses: Generic400: From caeeb41fb5986592a4bd9f350d847f119a273403 Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Tue, 26 Aug 2025 12:12:07 +0100 Subject: [PATCH 2/4] Update device-data-volume-subscriptions.yaml --- code/API_definitions/device-data-volume-subscriptions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/API_definitions/device-data-volume-subscriptions.yaml b/code/API_definitions/device-data-volume-subscriptions.yaml index f94e6c6..b9d3f48 100644 --- a/code/API_definitions/device-data-volume-subscriptions.yaml +++ b/code/API_definitions/device-data-volume-subscriptions.yaml @@ -711,13 +711,13 @@ components: properties: message: type: string - description: A human readable description of what the event represent + description: A human-readable description of what the event represents status: type: integer description: HTTP response status code code: type: string - description: Friendly Code to describe the error + description: A human-readable code to describe the error SubscriptionEventType: type: string From 02c5d2d0d4aaae1315d95f7146aee1f87f8e5ba3 Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Wed, 3 Sep 2025 10:01:16 +0100 Subject: [PATCH 3/4] Update device-data-volume.yaml --- code/API_definitions/device-data-volume.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/API_definitions/device-data-volume.yaml b/code/API_definitions/device-data-volume.yaml index a7240d7..685c1f1 100644 --- a/code/API_definitions/device-data-volume.yaml +++ b/code/API_definitions/device-data-volume.yaml @@ -353,19 +353,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 responses: Generic400: From 76d7517429f3372c6b2e54350358dfa7832bee66 Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Wed, 3 Sep 2025 10:03:15 +0100 Subject: [PATCH 4/4] Update device-data-volume-subscriptions.yaml --- .../API_definitions/device-data-volume-subscriptions.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/API_definitions/device-data-volume-subscriptions.yaml b/code/API_definitions/device-data-volume-subscriptions.yaml index b9d3f48..10e877d 100644 --- a/code/API_definitions/device-data-volume-subscriptions.yaml +++ b/code/API_definitions/device-data-volume-subscriptions.yaml @@ -705,19 +705,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 SubscriptionEventType: type: string