Skip to content

Commit

Permalink
fix(openapi): Add QOS_STATUS_CHANGED as Event sample , and remove typ…
Browse files Browse the repository at this point in the history
…o on NETWORK_TERMINATED
  • Loading branch information
patrice-conil committed Jul 12, 2023
1 parent 679ffbf commit b43a85a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion code/API_definitions/qod-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -797,7 +808,7 @@ components:
type: string
enum:
- DURATION_EXPIRED
- NETWORK_TERMINATED¡
- NETWORK_TERMINATED

Device:
description: |
Expand Down

0 comments on commit b43a85a

Please sign in to comment.