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: docs/ComposeApi.md
+35-5Lines changed: 35 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -334,7 +334,7 @@ Name | Type | Description | Notes
334
334
[[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)
**nested** | **bool**| show nested component instead of id | [optional]
382
389
**ids** | [**List[str]**](str.md)| choose the specific ids you wish to get | [optional]
390
+
**page** | **int**| page of results | [optional]
391
+
**page_size** | **int**| number of elements to return on a page | [optional]
392
+
**name** | **str**| search the name field for a term | [optional]
393
+
**search** | **str**| search for entries that contain the substring | [optional]
394
+
**description** | **str**| search description field for a term | [optional]
395
+
**sort** | **str**| Parameter to sort results on | [optional][default to 'created_at']
396
+
**desc** | **bool**| sort results by descending order (as opposed to ascending order) | [optional]
383
397
384
398
### Return type
385
399
@@ -1486,7 +1500,7 @@ Name | Type | Description | Notes
1486
1500
[[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/GetApi.md
+35-5Lines changed: 35 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ No authorization required
154
154
[[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)
**nested** | **bool**| show nested component instead of id | [optional]
202
209
**ids** | [**List[str]**](str.md)| choose the specific ids you wish to get | [optional]
210
+
**page** | **int**| page of results | [optional]
211
+
**page_size** | **int**| number of elements to return on a page | [optional]
212
+
**name** | **str**| search the name field for a term | [optional]
213
+
**search** | **str**| search for entries that contain the substring | [optional]
214
+
**description** | **str**| search description field for a term | [optional]
215
+
**sort** | **str**| Parameter to sort results on | [optional][default to 'created_at']
216
+
**desc** | **bool**| sort results by descending order (as opposed to ascending order) | [optional]
203
217
204
218
### Return type
205
219
@@ -666,7 +680,7 @@ No authorization required
666
680
[[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