windmill-api 1.770.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
# \HubPublishApi

All URIs are relative to */api*

Method | HTTP request | Description
------------- | ------------- | -------------
[**get_hub_project_by_source**]HubPublishApi.md#get_hub_project_by_source | **GET** /w/{workspace}/hub/project | get the hub project linked to a workspace folder
[**get_hub_project_export**]HubPublishApi.md#get_hub_project_export | **GET** /w/{workspace}/hub/projects/{slug}/export | export a hub project
[**publish_hub_app**]HubPublishApi.md#publish_hub_app | **POST** /w/{workspace}/hub/apps | publish an app to a hub project
[**publish_hub_draft**]HubPublishApi.md#publish_hub_draft | **POST** /w/{workspace}/hub/publish_draft | create or update a hub project draft
[**publish_hub_flow**]HubPublishApi.md#publish_hub_flow | **POST** /w/{workspace}/hub/flows | publish a flow to a hub project
[**publish_hub_flow_recording**]HubPublishApi.md#publish_hub_flow_recording | **POST** /w/{workspace}/hub/flows/{flow_id}/recording | attach a recording to a hub flow
[**publish_hub_migrations**]HubPublishApi.md#publish_hub_migrations | **POST** /w/{workspace}/hub/migrations | publish data table migrations to a hub project
[**publish_hub_pipeline_recording**]HubPublishApi.md#publish_hub_pipeline_recording | **POST** /w/{workspace}/hub/projects/{slug}/pipeline_recording | attach a data-pipeline recording to a hub project
[**publish_hub_project_logo**]HubPublishApi.md#publish_hub_project_logo | **POST** /w/{workspace}/hub/projects/{slug}/logo | set or clear a hub project's custom logo
[**publish_hub_raw_app**]HubPublishApi.md#publish_hub_raw_app | **POST** /w/{workspace}/hub/raw_apps | publish a raw app to a hub project
[**publish_hub_raw_app_embed**]HubPublishApi.md#publish_hub_raw_app_embed | **POST** /w/{workspace}/hub/raw_apps/{id}/embed | set or clear the embed url of a hub raw app
[**publish_hub_resource_type**]HubPublishApi.md#publish_hub_resource_type | **POST** /w/{workspace}/hub/resource_types | publish a resource type to a hub project
[**publish_hub_resources**]HubPublishApi.md#publish_hub_resources | **POST** /w/{workspace}/hub/resources | publish resource placeholders to a hub project
[**publish_hub_script**]HubPublishApi.md#publish_hub_script | **POST** /w/{workspace}/hub/scripts | publish a script to a hub project
[**publish_hub_script_recording**]HubPublishApi.md#publish_hub_script_recording | **POST** /w/{workspace}/hub/scripts/{ask_id}/recording | attach a recording to a hub script
[**publish_hub_triggers**]HubPublishApi.md#publish_hub_triggers | **POST** /w/{workspace}/hub/triggers | publish triggers to a hub project
[**submit_hub_project**]HubPublishApi.md#submit_hub_project | **POST** /w/{workspace}/hub/projects/{slug}/submit | submit a hub project draft for review



## get_hub_project_by_source

> String get_hub_project_by_source(workspace, folder)
get the hub project linked to a workspace folder

Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the `{workspace}:{folder}` source and returns the Hub's status code and raw response body. 

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**folder** | **String** | workspace folder scoping the Hub publication: a workspace can publish one Hub project per folder and the Hub-side source key is `{workspace}:{folder}`  | [required] |

### Return type

**String**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: text/plain

[[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)


## get_hub_project_export

> String get_hub_project_export(workspace, slug, folder)
export a hub project

Requires the caller to be a workspace admin. Forwards the request to the configured Hub and returns the Hub's status code and raw response body. The folder scope is only needed to re-export the caller's own draft; approved projects are public, so it is optional here. 

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**slug** | **String** | hub project slug (3-50 chars, lowercase alphanumeric and hyphens, no leading/trailing hyphen) | [required] |
**folder** | Option<**String**> | folder scoping the Hub project source (`{workspace}:{folder}`) |  |

### Return type

**String**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: text/plain

[[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)


## publish_hub_app

> String publish_hub_app(workspace, folder, publish_app_body)
publish an app to a hub project

Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the `{workspace}:{folder}` source and returns the Hub's status code and raw response body. 

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**folder** | **String** | workspace folder scoping the Hub publication: a workspace can publish one Hub project per folder and the Hub-side source key is `{workspace}:{folder}`  | [required] |
**publish_app_body** | [**PublishAppBody**]PublishAppBody.md |  | [required] |

### Return type

**String**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: text/plain

[[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)


## publish_hub_draft

> String publish_hub_draft(workspace, folder, publish_draft_body)
create or update a hub project draft

Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the `{workspace}:{folder}` source and returns the Hub's status code and raw response body. 

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**folder** | **String** | workspace folder scoping the Hub publication: a workspace can publish one Hub project per folder and the Hub-side source key is `{workspace}:{folder}`  | [required] |
**publish_draft_body** | [**PublishDraftBody**]PublishDraftBody.md |  | [required] |

### Return type

**String**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: text/plain

[[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)


## publish_hub_flow

> String publish_hub_flow(workspace, folder, publish_flow_body)
publish a flow to a hub project

Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the `{workspace}:{folder}` source and returns the Hub's status code and raw response body. 

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**folder** | **String** | workspace folder scoping the Hub publication: a workspace can publish one Hub project per folder and the Hub-side source key is `{workspace}:{folder}`  | [required] |
**publish_flow_body** | [**PublishFlowBody**]PublishFlowBody.md |  | [required] |

### Return type

**String**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: text/plain

[[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)


## publish_hub_flow_recording

> String publish_hub_flow_recording(workspace, flow_id, folder, recording_body)
attach a recording to a hub flow

Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the `{workspace}:{folder}` source and returns the Hub's status code and raw response body. 

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**flow_id** | **i64** | hub id of the flow | [required] |
**folder** | **String** | workspace folder scoping the Hub publication: a workspace can publish one Hub project per folder and the Hub-side source key is `{workspace}:{folder}`  | [required] |
**recording_body** | [**RecordingBody**]RecordingBody.md |  | [required] |

### Return type

**String**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: text/plain

[[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)


## publish_hub_migrations

> String publish_hub_migrations(workspace, folder, publish_migrations_body)
publish data table migrations to a hub project

Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the `{workspace}:{folder}` source and returns the Hub's status code and raw response body. 

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**folder** | **String** | workspace folder scoping the Hub publication: a workspace can publish one Hub project per folder and the Hub-side source key is `{workspace}:{folder}`  | [required] |
**publish_migrations_body** | [**PublishMigrationsBody**]PublishMigrationsBody.md |  | [required] |

### Return type

**String**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: text/plain

[[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)


## publish_hub_pipeline_recording

> String publish_hub_pipeline_recording(workspace, slug, folder, pipeline_recording_body)
attach a data-pipeline recording to a hub project

Requires the caller to be a workspace admin. A data-pipeline recording is scoped to the whole project (a folder cascade), not a single item. Forwards the request to the configured Hub scoped to the `{workspace}:{folder}` source and returns the Hub's status code and raw response body. 

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**slug** | **String** | hub project slug | [required] |
**folder** | **String** | workspace folder scoping the Hub publication: a workspace can publish one Hub project per folder and the Hub-side source key is `{workspace}:{folder}`  | [required] |
**pipeline_recording_body** | [**PipelineRecordingBody**]PipelineRecordingBody.md |  | [required] |

### Return type

**String**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: text/plain

[[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)


## publish_hub_project_logo

> String publish_hub_project_logo(workspace, slug, folder, project_logo_body)
set or clear a hub project's custom logo

Requires the caller to be a workspace admin. Sets the project's custom logo (base64 png/svg, decoded size max 512KB) or clears it when `logo` is null; the `logo` field itself is required so an empty body cannot clear the logo by accident. Forwards the request to the configured Hub scoped to the `{workspace}:{folder}` source and returns the Hub's status code and raw response body. 

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**slug** | **String** | hub project slug | [required] |
**folder** | **String** | workspace folder scoping the Hub publication: a workspace can publish one Hub project per folder and the Hub-side source key is `{workspace}:{folder}`  | [required] |
**project_logo_body** | [**ProjectLogoBody**]ProjectLogoBody.md |  | [required] |

### Return type

**String**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: text/plain

[[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)


## publish_hub_raw_app

> String publish_hub_raw_app(workspace, folder, publish_raw_app_body)
publish a raw app to a hub project

Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the `{workspace}:{folder}` source and returns the Hub's status code and raw response body. 

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**folder** | **String** | workspace folder scoping the Hub publication: a workspace can publish one Hub project per folder and the Hub-side source key is `{workspace}:{folder}`  | [required] |
**publish_raw_app_body** | [**PublishRawAppBody**]PublishRawAppBody.md |  | [required] |

### Return type

**String**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: text/plain

[[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)


## publish_hub_raw_app_embed

> String publish_hub_raw_app_embed(workspace, id, folder, raw_app_embed_body)
set or clear the embed url of a hub raw app

Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the `{workspace}:{folder}` source and returns the Hub's status code and raw response body. 

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**id** | **i64** | hub id of the raw app | [required] |
**folder** | **String** | workspace folder scoping the Hub publication: a workspace can publish one Hub project per folder and the Hub-side source key is `{workspace}:{folder}`  | [required] |
**raw_app_embed_body** | [**RawAppEmbedBody**]RawAppEmbedBody.md |  | [required] |

### Return type

**String**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: text/plain

[[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)


## publish_hub_resource_type

> String publish_hub_resource_type(workspace, folder, publish_resource_type_body)
publish a resource type to a hub project

Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the `{workspace}:{folder}` source and returns the Hub's status code and raw response body. 

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**folder** | **String** | workspace folder scoping the Hub publication: a workspace can publish one Hub project per folder and the Hub-side source key is `{workspace}:{folder}`  | [required] |
**publish_resource_type_body** | [**PublishResourceTypeBody**]PublishResourceTypeBody.md |  | [required] |

### Return type

**String**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: text/plain

[[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)


## publish_hub_resources

> String publish_hub_resources(workspace, folder, publish_resources_body)
publish resource placeholders to a hub project

Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the `{workspace}:{folder}` source and returns the Hub's status code and raw response body. 

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**folder** | **String** | workspace folder scoping the Hub publication: a workspace can publish one Hub project per folder and the Hub-side source key is `{workspace}:{folder}`  | [required] |
**publish_resources_body** | [**PublishResourcesBody**]PublishResourcesBody.md |  | [required] |

### Return type

**String**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: text/plain

[[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)


## publish_hub_script

> String publish_hub_script(workspace, folder, publish_script_body)
publish a script to a hub project

Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the `{workspace}:{folder}` source and returns the Hub's status code and raw response body. 

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**folder** | **String** | workspace folder scoping the Hub publication: a workspace can publish one Hub project per folder and the Hub-side source key is `{workspace}:{folder}`  | [required] |
**publish_script_body** | [**PublishScriptBody**]PublishScriptBody.md |  | [required] |

### Return type

**String**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: text/plain

[[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)


## publish_hub_script_recording

> String publish_hub_script_recording(workspace, ask_id, folder, recording_body)
attach a recording to a hub script

Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the `{workspace}:{folder}` source and returns the Hub's status code and raw response body. 

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**ask_id** | **i64** | hub ask id of the script | [required] |
**folder** | **String** | workspace folder scoping the Hub publication: a workspace can publish one Hub project per folder and the Hub-side source key is `{workspace}:{folder}`  | [required] |
**recording_body** | [**RecordingBody**]RecordingBody.md |  | [required] |

### Return type

**String**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: text/plain

[[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)


## publish_hub_triggers

> String publish_hub_triggers(workspace, folder, publish_triggers_body)
publish triggers to a hub project

Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the `{workspace}:{folder}` source and returns the Hub's status code and raw response body. 

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**folder** | **String** | workspace folder scoping the Hub publication: a workspace can publish one Hub project per folder and the Hub-side source key is `{workspace}:{folder}`  | [required] |
**publish_triggers_body** | [**PublishTriggersBody**]PublishTriggersBody.md |  | [required] |

### Return type

**String**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: text/plain

[[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)


## submit_hub_project

> String submit_hub_project(workspace, slug, folder)
submit a hub project draft for review

Requires the caller to be a workspace admin. Forwards the request to the configured Hub scoped to the `{workspace}:{folder}` source and returns the Hub's status code and raw response body. 

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**workspace** | **String** |  | [required] |
**slug** | **String** | hub project slug (3-50 chars, lowercase alphanumeric and hyphens, no leading/trailing hyphen) | [required] |
**folder** | **String** | workspace folder scoping the Hub publication: a workspace can publish one Hub project per folder and the Hub-side source key is `{workspace}:{folder}`  | [required] |

### Return type

**String**

### Authorization

[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: text/plain

[[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)