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
Copy file name to clipboardExpand all lines: README.md
+26-26Lines changed: 26 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Lists available categories.
54
54
55
55
#### Categories Parameters
56
56
57
-
- `category` (optional): Filter by category name(s) - comma-separated list
57
+
- `category` (optional): Filter by category name(s) - comma-separated list (defaults to 'ALL')
58
58
- `onlyname` (optional): If present, returns only category names
59
59
- `fields` (optional): Comma-separated list of fields to include in the response (see [Field Selection API Documentation](#field-selection-api-documentation) for details)
60
60
@@ -117,7 +117,7 @@ Lists available technologies with optional filtering.
117
117
118
118
#### Parameters
119
119
120
-
- `technology` (optional): Filter by technology name(s) - comma-separated list
120
+
- `technology` (optional): Filter by technology name(s) - comma-separated list (defaults to 'ALL')
121
121
- `category` (optional): Filter by category - comma-separated list
122
122
- `onlyname` (optional): If present, returns only technology names
123
123
- `fields` (optional): Comma-separated list of fields to include in the response (see [Field Selection API Documentation](#field-selection-api-documentation) for details)
@@ -173,7 +173,7 @@ Lists available versions.
173
173
174
174
#### Versions Parameters
175
175
176
-
- `technology` (optional): Filter by technology name(s) - comma-separated list
176
+
- `technology` (optional): Filter by technology name(s) - comma-separated list (defaults to 'ALL')
177
177
- `category` (optional): Filter by category - comma-separated list
178
178
- `version` (optional): Filter by version name(s) - comma-separated list
179
179
- `onlyname` (optional): If present, returns only version names
0 commit comments