File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 48474847 "settings": {
48484848 "$ref": "#/components/schemas/FolderSettings",
48494849 "default": [],
4850- "description": "Settings to define the pattern to store the file. See more informations at FolderService::getFolderName method. "
4850+ "description": "Settings to define how and where the file should be stored "
48514851 },
48524852 "files": {
48534853 "type": "array",
Original file line number Diff line number Diff line change 46974697 "settings" : {
46984698 "$ref" : " #/components/schemas/FolderSettings" ,
46994699 "default" : [],
4700- "description" : " Settings to define the pattern to store the file. See more informations at FolderService::getFolderName method. "
4700+ "description" : " Settings to define how and where the file should be stored "
47014701 },
47024702 "files" : {
47034703 "type" : " array" ,
Original file line number Diff line number Diff line change @@ -3343,7 +3343,7 @@ export interface operations {
33433343 */
33443344 name ?: string ;
33453345 /**
3346- * @description Settings to define the pattern to store the file. See more informations at FolderService::getFolderName method.
3346+ * @description Settings to define how and where the file should be stored
33473347 * @default []
33483348 */
33493349 settings ?: components [ "schemas" ] [ "FolderSettings" ] ;
Original file line number Diff line number Diff line change @@ -2865,7 +2865,7 @@ export interface operations {
28652865 */
28662866 name ?: string ;
28672867 /**
2868- * @description Settings to define the pattern to store the file. See more informations at FolderService::getFolderName method.
2868+ * @description Settings to define how and where the file should be stored
28692869 * @default []
28702870 */
28712871 settings ?: components [ "schemas" ] [ "FolderSettings" ] ;
You can’t perform that action at this time.
0 commit comments