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
|`POST`|`/collections/{collection_id}/items`| Create | Item | Validate body with generated CQL2 query. |
21
+
|`PUT`|`/collections/{collection_id}/items/{item_id}`| Update | Item | Fetch STAC Item and validate CQL2 query; merge STAC Item with body and validate with generated CQL2 query. |
22
+
|`DELETE`|`/collections/{collection_id}/items/{item_id}`| Delete | Item | Fetch STAC Item and validate with CQL2 query. |
23
+
24
+
#### Recipes
25
+
26
+
Only return collections that are mentioned in a `collections` array encoded within the auth token.
0 commit comments