Skip to content

Commit 97c87c8

Browse files
chore: update documentation
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 7d0ac48 commit 97c87c8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

openapi-full.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4847,7 +4847,7 @@
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",

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4697,7 +4697,7 @@
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",

src/types/openapi/openapi-full.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"];

src/types/openapi/openapi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"];

0 commit comments

Comments
 (0)