We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69292d commit ce95505Copy full SHA for ce95505
stac_fastapi/tests/api/test_api.py
@@ -28,7 +28,7 @@
28
"DELETE /collections/{collection_id}/items/{item_id}",
29
"POST /collections",
30
"POST /collections/{collection_id}/items",
31
- "PUT /collections",
+ "PUT /collections/{collection_id}",
32
"PUT /collections/{collection_id}/items/{item_id}",
33
}
34
0 commit comments