@@ -17,8 +17,6 @@ Method | HTTP request | Description
17
17
# ** create**
18
18
> Observation create(observation_request)
19
19
20
-
21
-
22
20
### Example
23
21
24
22
* Api Key Authentication (cookieAuth):
@@ -111,8 +109,6 @@ Name | Type | Description | Notes
111
109
# ** destroy**
112
110
> destroy(uuid)
113
111
114
-
115
-
116
112
### Example
117
113
118
114
* Api Key Authentication (cookieAuth):
@@ -200,8 +196,6 @@ void (empty response body)
200
196
# ** list**
201
197
> PaginatedObservationList list(created_at_after=created_at_after, created_at_before=created_at_before, has_photos=has_photos, has_prediction=has_prediction, has_predictions_all_photos=has_predictions_all_photos, location_country_id=location_country_id, location_nuts_2=location_nuts_2, location_nuts_3=location_nuts_3, order_by=order_by, page=page, page_size=page_size, received_at_after=received_at_after, received_at_before=received_at_before, short_id=short_id, updated_at_after=updated_at_after, updated_at_before=updated_at_before, user_uuid=user_uuid)
202
198
203
-
204
-
205
199
### Example
206
200
207
201
* Api Key Authentication (cookieAuth):
@@ -324,8 +318,6 @@ Name | Type | Description | Notes
324
318
# ** list_mine**
325
319
> PaginatedObservationList list_mine(created_at_after=created_at_after, created_at_before=created_at_before, has_photos=has_photos, has_prediction=has_prediction, has_predictions_all_photos=has_predictions_all_photos, location_country_id=location_country_id, location_nuts_2=location_nuts_2, location_nuts_3=location_nuts_3, order_by=order_by, page=page, page_size=page_size, received_at_after=received_at_after, received_at_before=received_at_before, short_id=short_id, updated_at_after=updated_at_after, updated_at_before=updated_at_before, user_uuid=user_uuid)
326
320
327
-
328
-
329
321
Get Current User's Observations
330
322
331
323
### Example
@@ -437,8 +429,6 @@ Name | Type | Description | Notes
437
429
# ** prediction_create**
438
430
> ObservationPrediction prediction_create(uuid, observation_prediction_request)
439
431
440
-
441
-
442
432
### Example
443
433
444
434
* Api Key Authentication (cookieAuth):
@@ -527,8 +517,6 @@ Name | Type | Description | Notes
527
517
# ** prediction_destroy**
528
518
> prediction_destroy(uuid)
529
519
530
-
531
-
532
520
### Example
533
521
534
522
* Api Key Authentication (cookieAuth):
@@ -610,8 +598,6 @@ void (empty response body)
610
598
# ** prediction_retrieve**
611
599
> ObservationPrediction prediction_retrieve(uuid)
612
600
613
-
614
-
615
601
### Example
616
602
617
603
* Api Key Authentication (cookieAuth):
@@ -696,8 +682,6 @@ Name | Type | Description | Notes
696
682
# ** retrieve**
697
683
> Observation retrieve(uuid)
698
684
699
-
700
-
701
685
### Example
702
686
703
687
* Api Key Authentication (cookieAuth):
0 commit comments