You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Long: `Retrieve all filesystems in the specified region. Results are ordered by creation date in ascending order by default.
94
-
Use the order_by parameter to modify the sorting behavior.`,
92
+
Short: `List all filesystems`,
93
+
Long: `Retrieve all filesystems in the specified region. By default, the filesystems listed are ordered by creation date in ascending order. This can be modified using the `+"`"+`order_by`+"`"+` field.`,
95
94
Namespace: "file",
96
95
Resource: "filesystem",
97
96
Verb: "list",
@@ -120,7 +119,7 @@ Use the order_by parameter to modify the sorting behavior.`,
120
119
},
121
120
{
122
121
Name: "name",
123
-
Short: `Filter the return filesystems by their names`,
122
+
Short: `Filter the returned filesystems by their names`,
0 commit comments