Skip to content

Commit

Permalink
fix: use predefined profiles in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
maxl2287 committed Apr 15, 2024
1 parent a716146 commit ac48699
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/API_definitions/qod-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ components:
publicPort: 59765
applicationServer:
ipv4Address: 198.51.100.0/24
qosProfile: QCI_1_voice
qosProfile: QOS_L
webhook:
notificationUrl: https://application-server.com
sessionId: 3fa85f64-5717-4562-b3fc-2c963f66afa6
Expand All @@ -1257,7 +1257,7 @@ components:
publicPort: 59765
applicationServer:
ipv4Address: 198.51.100.0/24
qosProfile: QCI_1_voice
qosProfile: QOS_L
webhook:
notificationUrl: https://application-server.com
sessionId: 3fa85f64-5717-4562-b3fc-2c963f66afa6
Expand All @@ -1275,7 +1275,7 @@ components:
publicPort: 59765
applicationServer:
ipv4Address: 198.51.100.0/24
qosProfile: QCI_1_voice
qosProfile: QOS_L
webhook:
notificationUrl: https://application-server.com
sessionId: 3fa85f64-5717-4562-b3fc-2c963f66afa6
Expand Down

0 comments on commit ac48699

Please sign in to comment.