stac-api-extensions / transaction

The Transaction Extension supports the creation, editing, and deleting of items through POST, PUT, PATCH, and DELETE requests.
Apache License 2.0
1 stars 2 forks source link

response type for POST item(s) #3

Open emmanuelmathot opened 1 year ago

emmanuelmathot commented 1 year ago

in POST /collections/{collectionID}/items operation, the return type specified in the schema is item pointing to OGC API Features API schema. It should also be possible to return an item collection since the operation allows for posting an item collection.