Skip to content

Commit 7fa4258

Browse files
committed
openapi update
1 parent 0be0096 commit 7fa4258

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2276,7 +2276,7 @@
22762276
},
22772277
"put": {
22782278
"summary": "Apply the complete set of IPv4 NAT entries owned by a tag.",
2279-
"description": "The request body is the full desired set of IPv4 NAT entries for this tag; dpd diffs it against current state and converges, creating missing entries and removing tagged entries absent from the request.\n\nAn invalid request (a malformed port range or entries that overlap within the request) is rejected wholesale. Otherwise every entry is attempted: entries that conflict with mappings owned by someone else and entries whose dataplane update fails are reported per-entry in `add_failures`/`remove_failures` rather than failing the request.\n\nRe-applying the same set is idempotent and performs no dataplane operations.",
2279+
"description": "The request body is the full desired set of IPv4 NAT entries for this tag; dpd diffs it against current state and converges, creating missing entries and removing tagged entries absent from the request.\n\nAn invalid request (a malformed port range or entries that overlap within the request) is rejected wholesale. Otherwise every entry is attempted: entries that conflict with mappings owned by another tag and entries whose dataplane update fails are reported per-entry in `add_failures`/`remove_failures` rather than failing the request.\n\nRe-applying the same set is idempotent and performs no dataplane operations.",
22802280
"operationId": "nat_tagged_ipv4_apply",
22812281
"parameters": [
22822282
{
@@ -2380,7 +2380,7 @@
23802380
},
23812381
"put": {
23822382
"summary": "Apply the complete set of IPv6 NAT entries owned by a tag.",
2383-
"description": "The request body is the full desired set of IPv6 NAT entries for this tag; dpd diffs it against current state and converges, creating missing entries and removing tagged entries absent from the request.\n\nAn invalid request (a malformed port range or entries that overlap within the request) is rejected wholesale. Otherwise every entry is attempted: entries that conflict with mappings owned by someone else and entries whose dataplane update fails are reported per-entry in `add_failures`/`remove_failures` rather than failing the request.\n\nRe-applying the same set is idempotent and performs no dataplane operations.",
2383+
"description": "The request body is the full desired set of IPv6 NAT entries for this tag; dpd diffs it against current state and converges, creating missing entries and removing tagged entries absent from the request.\n\nAn invalid request (a malformed port range or entries that overlap within the request) is rejected wholesale. Otherwise every entry is attempted: entries that conflict with mappings owned by another tag and entries whose dataplane update fails are reported per-entry in `add_failures`/`remove_failures` rather than failing the request.\n\nRe-applying the same set is idempotent and performs no dataplane operations.",
23842384
"operationId": "nat_tagged_ipv6_apply",
23852385
"parameters": [
23862386
{

openapi/dpd/dpd-latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dpd-13.0.0-547871.json
1+
dpd-13.0.0-92e9f6.json

0 commit comments

Comments
 (0)