Skip to content

Commit 0a2148a

Browse files
committed
fix for #512
1 parent 0187ec0 commit 0a2148a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3911,7 +3911,6 @@ private function setComponentParameters() /*: void*/
39113911
$this->openapi->set("components|parameters|filter|schema|items|type", "string");
39123912
$this->openapi->set("components|parameters|filter|description", "Filters to be applied. Each filter consists of a column, an operator and a value (comma separated). Example: id,eq,1");
39133913
$this->openapi->set("components|parameters|filter|required", false);
3914-
$this->openapi->set("components|parameters|filter|explode", false);
39153914

39163915
$this->openapi->set("components|parameters|include|name", "include");
39173916
$this->openapi->set("components|parameters|include|in", "query");
@@ -3931,7 +3930,6 @@ private function setComponentParameters() /*: void*/
39313930
$this->openapi->set("components|parameters|order|schema|items|type", "string");
39323931
$this->openapi->set("components|parameters|order|description", "Column you want to sort on and the sort direction (comma separated). Example: id,desc");
39333932
$this->openapi->set("components|parameters|order|required", false);
3934-
$this->openapi->set("components|parameters|order|explode", false);
39353933

39363934
$this->openapi->set("components|parameters|size|name", "size");
39373935
$this->openapi->set("components|parameters|size|in", "query");
@@ -3951,7 +3949,6 @@ private function setComponentParameters() /*: void*/
39513949
$this->openapi->set("components|parameters|join|schema|items|type", "string");
39523950
$this->openapi->set("components|parameters|join|description", "Paths (comma separated) to related entities that you want to include. Example: comments,users");
39533951
$this->openapi->set("components|parameters|join|required", false);
3954-
$this->openapi->set("components|parameters|join|explode", false);
39553952
}
39563953

39573954
private function setTag(int $index, String $tableName) /*: void*/

0 commit comments

Comments
 (0)