Skip to content

Commit cae8ba9

Browse files
committed
add ddns field to new json files
1 parent 6033b30 commit cae8ba9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

backend/schema/paths/nginx/access-lists/listID/put.json

+4
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@
7373
{
7474
"type": "string",
7575
"pattern": "^all$"
76+
},
77+
{
78+
"type": "string",
79+
"pattern": "^ddns:[\\w\\.-]+$"
7680
}
7781
]
7882
},

backend/schema/paths/nginx/access-lists/post.json

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
{
6363
"type": "string",
6464
"pattern": "^all$"
65+
},
66+
{
67+
"type": "string",
68+
"pattern": "^ddns:[\\w\\.-]+$"
6569
}
6670
]
6771
},

0 commit comments

Comments
 (0)