Skip to content
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
10 changes: 9 additions & 1 deletion code/API_definitions/device-data-volume-subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,8 @@ components:
- initiationReason
- subscriptionId
properties:
device:
$ref: "#/components/schemas/Device"
initiationReason:
$ref: "#/components/schemas/InitiationReason"
subscriptionId:
Expand Down Expand Up @@ -921,6 +923,8 @@ components:
- updateReason
- subscriptionId
properties:
device:
$ref: "#/components/schemas/Device"
updateReason:
$ref: "#/components/schemas/UpdateReason"
subscriptionId:
Expand Down Expand Up @@ -1579,6 +1583,8 @@ components:
specversion: "1.0"
datacontenttype: application/json
data:
device:
phoneNumber: "+123456789"
initiationReason: SUBSCRIPTION_CREATED
subscriptionId: dv10-h556-rt89-1403
time: "2024-03-05T15:00:23.682Z"
Expand All @@ -1591,6 +1597,8 @@ components:
specversion: "1.0"
datacontenttype: application/json
data:
device:
phoneNumber: "+123456789"
updateReason: SUBSCRIPTION_ACTIVE
subscriptionId: dv10-h556-rt89-1403
time: "2024-03-05T15:00:23.682Z"
Expand All @@ -1604,7 +1612,7 @@ components:
datacontenttype: application/json
data:
device:
phoneNumber: +123456789
phoneNumber: "+123456789"
terminationReason: SUBSCRIPTION_EXPIRED
subscriptionId: dv10-h556-rt89-1403
time: "2024-03-05T15:00:23.682Z"
Expand Down