Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(openapi): replace subscriptionId by eventSubscriptionId #64

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions code/API_definitions/device-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ components:
format: date-time
description: date time when subscription will expire or expired
required:
- subscriptionId
- eventSubscriptionId
- type

EventSubscriptionAsync:
Expand Down Expand Up @@ -776,7 +776,7 @@ components:
examples:
ROAMING_STATUS:
value:
subscriptionId: 123654
eventSubscriptionId: 123654
event:
eventType: ROAMING_STATUS
eventTime: 2023-01-17T13:18:23.682Z
Expand All @@ -788,7 +788,7 @@ components:
countryName: FR
ROAMING_OFF:
value:
subscriptionId: 123655
eventSubscriptionId: 123655
event:
eventType: ROAMING_OFF
eventTime: 2023-01-17T13:18:23.682Z
Expand All @@ -797,7 +797,7 @@ components:
phoneNumber: 123456789
ROAMING_ON:
value:
subscriptionId: 123655
eventSubscriptionId: 123655
event:
eventType: ROAMING_ON
eventTime: 2023-01-17T13:18:23.682Z
Expand All @@ -806,7 +806,7 @@ components:
phoneNumber: 123456789
ROAMING_CHANGE_COUNTRY:
value:
subscriptionId: 123655
eventSubscriptionId: 123655
event:
eventType: ROAMING_CHANGE_COUNTRY
eventTime: 2023-01-17T13:18:23.682Z
Expand All @@ -817,7 +817,7 @@ components:
countryName: SP
SUBSCRIPTION_ENDS:
value:
subscriptionId: 123655
eventSubscriptionId: 123655
event:
eventType: SUBSCRIPTION_ENDS
eventTime: 2023-01-17T13:18:23.682Z
Expand Down