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
> | size | optional | integer | The number of observations to return for each page, must be greater than zero. |
41
55
42
56
43
57
##### Responses
@@ -82,39 +96,14 @@ Endpoints available for interaction with the archive-service.
82
96
83
97
</details>
84
98
85
-
<details>
86
-
<summary><code>GET</code> <code><b>/observations/collection/{collectionId}</b></code> <code>(Returns all observations for the supplied collectionId, if found)</code></summary>
<summary><code>PUT</code> <code><b>/observations/update/{observationId}</b></code> <code>(Updates an observation (Simple or Derived) with the same observationId)</code></summary>
133
+
<summary><code>UPDATE</code> <code><b>/observations/{observationId}</b></code> <code>(Updates an observation (Simple or Derived) with the same observationId)</code></summary>
158
134
159
135
##### Parameters
160
136
@@ -174,7 +150,7 @@ Endpoints available for interaction with the archive-service.
@@ -184,7 +160,7 @@ Endpoints available for interaction with the archive-service.
184
160
#### Deleting Observations
185
161
186
162
<details>
187
-
<summary><code>GET</code> <code><b>/observations/{observationId}</b></code> <code>(Delete an Observation with the supplied ID, if found)</code></summary>
163
+
<summary><code>DELETE</code> <code><b>/observations/{observationId}</b></code> <code>(Delete an Observation with the supplied ID, if found)</code></summary>
188
164
189
165
##### Parameters
190
166
@@ -214,7 +190,7 @@ Endpoints available for interaction with the archive-service.
214
190
#### Retrieving collections
215
191
216
192
<details>
217
-
<summary><code>GET</code> <code><b>/observations/collections</b></code> <code>(Returns the names of all the collections as a TSV (Tab Separated List))</code></summary>
193
+
<summary><code>GET</code> <code><b>/collections</b></code> <code>(Returns the names of all the collections as a TSV (Tab Separated List))</code></summary>
218
194
219
195
##### Responses
220
196
@@ -227,7 +203,7 @@ Endpoints available for interaction with the archive-service.
0 commit comments