@@ -10848,6 +10848,7 @@ parameters:
1084810848 description: Parent name
1084910849 required: true
1085010850 type: string
10851+ pattern: '^[^\r\n<>*;$#&{}"]+$'
1085110852 full_section:
1085210853 name: full_section
1085310854 in: query
@@ -22324,6 +22325,7 @@ paths:
2232422325 - description: ACL file entry ID
2232522326 in: path
2232622327 name: id
22328+ pattern: ^[^\r\n<>*;$#&{}"]+$
2232722329 required: true
2232822330 type: string
2232922331 produces:
@@ -22416,6 +22418,7 @@ paths:
2241622418 - description: File entry ID
2241722419 in: path
2241822420 name: id
22421+ pattern: ^[^\r\n<>*;$#&{}"]+$
2241922422 required: true
2242022423 type: string
2242122424 produces:
@@ -22439,6 +22442,7 @@ paths:
2243922442 - description: File entry ID
2244022443 in: path
2244122444 name: id
22445+ pattern: ^[^\r\n<>*;$#&{}"]+$
2244222446 required: true
2244322447 type: string
2244422448 produces:
@@ -22523,6 +22527,7 @@ paths:
2252322527 - description: Server name
2252422528 in: path
2252522529 name: name
22530+ pattern: ^[^\r\n<>*;$#&{}"]+$
2252622531 required: true
2252722532 type: string
2252822533 - $ref: '#/parameters/parent_name'
@@ -22545,6 +22550,7 @@ paths:
2254522550 - description: Server name
2254622551 in: path
2254722552 name: name
22553+ pattern: ^[^\r\n<>*;$#&{}"]+$
2254822554 required: true
2254922555 type: string
2255022556 - $ref: '#/parameters/parent_name'
@@ -22567,6 +22573,7 @@ paths:
2256722573 - description: Server name
2256822574 in: path
2256922575 name: name
22576+ pattern: ^[^\r\n<>*;$#&{}"]+$
2257022577 required: true
2257122578 type: string
2257222579 - $ref: '#/parameters/parent_name'
@@ -22611,6 +22618,7 @@ paths:
2261122618 - description: Stick table name
2261222619 in: path
2261322620 name: name
22621+ pattern: ^[^\r\n<>*;$#&{}"]+$
2261422622 required: true
2261522623 type: string
2261622624 responses:
@@ -22634,10 +22642,12 @@ paths:
2263422642 - description: A list of filters in format data.<type> <operator> <value> separated by comma
2263522643 in: query
2263622644 name: filter
22645+ pattern: ^[^\r\n;#]+$
2263722646 type: string
2263822647 - description: Key which we want the entries for
2263922648 in: query
2264022649 name: key
22650+ pattern: ^[^\r\n;#]+$
2264122651 type: string
2264222652 - description: Max number of entries to be returned for pagination
2264322653 in: query
@@ -22670,6 +22680,7 @@ paths:
2267022680 data_type:
2267122681 $ref: '#/definitions/stick_table_entry'
2267222682 key:
22683+ pattern: ^[^\r\n;#]+$
2267322684 type: string
2267422685 required:
2267522686 - key
@@ -22714,6 +22725,7 @@ paths:
2271422725 - description: Map file name
2271522726 in: path
2271622727 name: name
22728+ pattern: ^[^\r\n<>*;$#&{}"]+$
2271722729 required: true
2271822730 type: string
2271922731 - description: If true, deletes file from disk
@@ -22742,6 +22754,7 @@ paths:
2274222754 - description: Map file name
2274322755 in: path
2274422756 name: name
22757+ pattern: ^[^\r\n<>*;$#&{}"]+$
2274522758 required: true
2274622759 type: string
2274722760 responses:
@@ -22763,6 +22776,7 @@ paths:
2276322776 - description: Map file name
2276422777 in: path
2276522778 name: name
22779+ pattern: ^[^\r\n<>*;$#&{}"]+$
2276622780 required: true
2276722781 type: string
2276822782 - default: false
@@ -22842,6 +22856,7 @@ paths:
2284222856 - description: Map id
2284322857 in: path
2284422858 name: id
22859+ pattern: ^[^\r\n<>*;$#&{}"]+$
2284522860 required: true
2284622861 type: string
2284722862 - $ref: '#/parameters/parent_name'
@@ -22867,6 +22882,7 @@ paths:
2286722882 - description: Map id
2286822883 in: path
2286922884 name: id
22885+ pattern: ^[^\r\n<>*;$#&{}"]+$
2287022886 required: true
2287122887 type: string
2287222888 - $ref: '#/parameters/parent_name'
@@ -22889,6 +22905,7 @@ paths:
2288922905 - description: Map id
2289022906 in: path
2289122907 name: id
22908+ pattern: ^[^\r\n<>*;$#&{}"]+$
2289222909 required: true
2289322910 type: string
2289422911 - $ref: '#/parameters/parent_name'
0 commit comments