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: api/spec/v1.yaml
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1075,9 +1075,14 @@ paths:
1075
1075
- *runtime
1076
1076
- in: query
1077
1077
name: name
1078
+
style: form
1079
+
explode: false
1078
1080
schema:
1079
-
type: string
1080
-
description: A filter on the name, the name or symbol must contain this value as a substring.
1081
+
type: array
1082
+
items:
1083
+
type: string
1084
+
maxItems: 6
1085
+
description: A filter on the name, the name or symbol must contain this value as a substring. If multiple names are provided, the token must match all of them.
1081
1086
- in: query
1082
1087
name: sort_by
1083
1088
schema:
@@ -1266,9 +1271,14 @@ paths:
1266
1271
- *runtime
1267
1272
- in: query
1268
1273
name: name
1274
+
style: form
1275
+
explode: false
1269
1276
schema:
1270
-
type: string
1271
-
description: A filter on the name of the ROFL app.
1277
+
type: array
1278
+
items:
1279
+
type: string
1280
+
maxItems: 6
1281
+
description: A filter on the name of the ROFL app. If multiple names are provided, the ROFL App must match all of them.
1272
1282
responses:
1273
1283
'200':
1274
1284
description: A JSON object containing a list of ROFL apps.
0 commit comments