diff --git a/code/API_definitions/qod-api.yaml b/code/API_definitions/qod-api.yaml index 973f1c3239..b3206eae8c 100644 --- a/code/API_definitions/qod-api.yaml +++ b/code/API_definitions/qod-api.yaml @@ -749,6 +749,17 @@ components: propertyName: eventType mapping: QOS_STATUS_CHANGED: "#/components/schemas/QosStatusChangedEvent" + example: + { + "eventId": "5698d710-9b1b-4695-a958-7b228f08128c", + "eventType": "QOS_STATUS_CHANGED", + "eventTime": "2023-05-30T10:18:28Z", + "eventDetail": { + "sessionId": "7698d710-98b7-4695-a958-7b228f08128c", + "qosStatus": "UNAVAILABLE", + "statusInfo": "DURATION_EXPIRED" + } + } EventId: type: string @@ -797,7 +808,7 @@ components: type: string enum: - DURATION_EXPIRED - - NETWORK_TERMINATED¡ + - NETWORK_TERMINATED Device: description: |