Skip to content

Commit

Permalink
use public ipv4 203.0.113.0 for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
maxl2287 authored Apr 5, 2024
1 parent 07440c2 commit f0159b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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": "192.0.2.0",
"publicAddress": "203.0.113.0",
"publicPort": 59765
}

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

DeviceIpv6Address:
description: |
Expand Down Expand Up @@ -1216,7 +1216,7 @@ components:
duration: 86400
device:
ipv4Address:
publicAddress: 192.0.2.0
publicAddress: 203.0.113.0
publicPort: 59765
applicationServer:
ipv4Address: 198.51.100.0/24
Expand All @@ -1234,7 +1234,7 @@ components:
duration: 86400
device:
ipv4Address:
publicAddress: 192.0.2.0
publicAddress: 203.0.113.0
publicPort: 59765
applicationServer:
ipv4Address: 198.51.100.0/24
Expand All @@ -1252,7 +1252,7 @@ components:
duration: 86400
device:
ipv4Address:
publicAddress: 192.0.2.0
publicAddress: 203.0.113.0
publicPort: 59765
applicationServer:
ipv4Address: 198.51.100.0/24
Expand Down

0 comments on commit f0159b6

Please sign in to comment.