stac-utils / stac-fastapi-sqlalchemy

PostgreSQL backend for stac-fastapi using SQLAlchemy
MIT License
9 stars 10 forks source link

stac_fastapi bulk items loader endpoint not working on Swagger #23

Open keul opened 1 year ago

keul commented 1 year ago

I'm using stac_fastapi.sqlalchemy.

Using the /collections/{collection_id}/bulk_items endpoint directly from Swagger/OpenAPI interface is not working.

As you can see, the rendered form is like the following:

Schermata 2023-03-30 alle 16 14 36

The collection_id parameter is not there, so every attempt to use the "Execute" button and manually load data fails.

On the other hand, the single item load endpoint () works normally.

Schermata 2023-03-30 alle 16 17 44