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
To filter tasks on their uuids, use the `task_uuids` property.
2149
+
To filter tasks on their uuids, use the `task_uuid` property.
2150
2150
Here are the allowed operators you can use to filter on the task uuid as well as the corresponding type of value expected in the `search` query parameter.
2151
2151
2152
2152
| Allowed operators | Allowed value type |
@@ -2156,14 +2156,14 @@ Here are the allowed operators you can use to filter on the task uuid as well as
To filter tasks on their product uuids, use the `product_uuids` property.
2166
+
To filter tasks on their product uuids, use the `product_uuid` property.
2167
2167
Here are the allowed operators you can use to filter on the product uuid as well as the corresponding type of value expected in the `search` query parameter.
2168
2168
2169
2169
| Allowed operators | Allowed value type |
@@ -2173,14 +2173,14 @@ Here are the allowed operators you can use to filter on the product uuid as well
To filter tasks on their product model codes, use the `product_model_codes` property.
2183
+
To filter tasks on their product model codes, use the `product_model_code` property.
2184
2184
Here are the allowed operators you can use to filter on the product model code as well as the corresponding type of value expected in the `search` query parameter.
2185
2185
2186
2186
| Allowed operators | Allowed value type |
@@ -2190,5 +2190,5 @@ Here are the allowed operators you can use to filter on the product model code a
0 commit comments