We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6033b30 commit cae8ba9Copy full SHA for cae8ba9
backend/schema/paths/nginx/access-lists/listID/put.json
@@ -73,6 +73,10 @@
73
{
74
"type": "string",
75
"pattern": "^all$"
76
+ },
77
+ {
78
+ "type": "string",
79
+ "pattern": "^ddns:[\\w\\.-]+$"
80
}
81
]
82
},
backend/schema/paths/nginx/access-lists/post.json
@@ -62,6 +62,10 @@
62
63
64
65
66
67
68
69
70
71
0 commit comments