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
**created_at_local** | **datetime** | The date and time when the record was created, displayed in the local timezone specified for this entry. | [readonly]
Copy file name to clipboardExpand all lines: docs/BitesApi.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ void (empty response body)
191
191
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -273,6 +274,7 @@ Name | Type | Description | Notes
273
274
**page_size** | **int**| Number of results to return per page. | [optional]
274
275
**received_at_after** | **datetime**| Received at | [optional]
275
276
**received_at_before** | **datetime**| Received at | [optional]
277
+
**search** | **str**| A search term. | [optional]
276
278
**short_id** | **str**| Short ID | [optional]
277
279
**updated_at_after** | **datetime**| Update at | [optional]
278
280
**updated_at_before** | **datetime**| Update at | [optional]
@@ -303,7 +305,7 @@ Name | Type | Description | Notes
303
305
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/BreedingSitesApi.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,7 +212,7 @@ void (empty response body)
212
212
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
print("The response of BreedingSitesApi->list:\n")
278
279
pprint(api_response)
279
280
exceptExceptionas e:
@@ -296,6 +297,7 @@ Name | Type | Description | Notes
296
297
**page_size** | **int**| Number of results to return per page. | [optional]
297
298
**received_at_after** | **datetime**| Received at | [optional]
298
299
**received_at_before** | **datetime**| Received at | [optional]
300
+
**search** | **str**| A search term. | [optional]
299
301
**short_id** | **str**| Short ID | [optional]
300
302
**updated_at_after** | **datetime**| Update at | [optional]
301
303
**updated_at_before** | **datetime**| Update at | [optional]
@@ -326,7 +328,7 @@ Name | Type | Description | Notes
326
328
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments