From f6775008cad2b43d8b3ba9bddae711d23da78f70 Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Wed, 3 Sep 2025 10:22:52 +0100 Subject: [PATCH 1/2] Update device-roaming-status-subscriptions.yaml --- .../device-roaming-status-subscriptions.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/API_definitions/device-roaming-status-subscriptions.yaml b/code/API_definitions/device-roaming-status-subscriptions.yaml index 1d1d047..fd104c4 100644 --- a/code/API_definitions/device-roaming-status-subscriptions.yaml +++ b/code/API_definitions/device-roaming-status-subscriptions.yaml @@ -422,19 +422,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 e2beb2bb27f2f140d959722bb35e1bb7527300c1 Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Wed, 3 Sep 2025 10:23:48 +0100 Subject: [PATCH 2/2] Update device-roaming-status.yaml --- code/API_definitions/device-roaming-status.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/API_definitions/device-roaming-status.yaml b/code/API_definitions/device-roaming-status.yaml index fbbc12a..a1dedd9 100644 --- a/code/API_definitions/device-roaming-status.yaml +++ b/code/API_definitions/device-roaming-status.yaml @@ -333,19 +333,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