Skip to content

Commit

Permalink
use IPv4 for documentation usage (RFC 5737)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxl2287 authored Apr 5, 2024
1 parent 92e4e26 commit 07440c2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions code/API_definitions/qod-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1005,15 +1005,15 @@ components:
- required: [publicAddress, publicPort]
example:
{
"publicAddress": "84.125.93.10",
"publicAddress": "192.0.2.0",
"publicPort": 59765
}

SingleIpv4Addr:
description: A single IPv4 address with no subnet mask
type: string
format: ipv4
example: "84.125.93.10"
example: "192.0.2.0"

DeviceIpv6Address:
description: |
Expand Down Expand Up @@ -1216,10 +1216,10 @@ components:
duration: 86400
device:
ipv4Address:
publicAddress: 84.125.93.10
publicAddress: 192.0.2.0
publicPort: 59765
applicationServer:
ipv4Address: 192.168.0.1/24
ipv4Address: 198.51.100.0/24
qosProfile: QCI_1_voice
webhook:
notificationUrl: https://application-server.com
Expand All @@ -1234,10 +1234,10 @@ components:
duration: 86400
device:
ipv4Address:
publicAddress: 84.125.93.10
publicAddress: 192.0.2.0
publicPort: 59765
applicationServer:
ipv4Address: 192.168.0.1/24
ipv4Address: 198.51.100.0/24
qosProfile: QCI_1_voice
webhook:
notificationUrl: https://application-server.com
Expand All @@ -1252,10 +1252,10 @@ components:
duration: 86400
device:
ipv4Address:
publicAddress: 84.125.93.10
publicAddress: 192.0.2.0
publicPort: 59765
applicationServer:
ipv4Address: 192.168.0.1/24
ipv4Address: 198.51.100.0/24
qosProfile: QCI_1_voice
webhook:
notificationUrl: https://application-server.com
Expand Down

0 comments on commit 07440c2

Please sign in to comment.