A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/stac-api-extensions/collection-transaction below:

stac-api-extensions/collection-transaction: The Collection Transaction Extension supports the creation, editing, and deleting of Collections through POST, PUT, PATCH, and DELETE requests.

STAC API - Collection Transaction Extension

The STAC API Collection Transaction Extension adds support for the creation, modification, and deletion of collections through POST, PUT, PATCH, and DELETE method requests.

This extension is closely aligned with the Transaction Extension for Items. If anything is unclear, the implementations check the Transaction Extension for Items for clarification.

Path Content-Type Header Body Success Status Description POST /collections application/json partial Collection or partial list of Collections 201, 202 Adds a new collection to a server. PUT /collections/{collectionId} application/json partial Collection 200, 202, 204 Updates an existing collection by ID using a complete Collection description. PATCH /collections/{collectionId} application/json partial Collection 200, 202, 204 Updates an existing collection by ID using a partial Collection description. DELETE /collections/{collectionId} n/a n/a 200, 202, 204 Deletes an existing Collection by ID.

When the body is a partial Collection:

When the body is a partial list of Collections:

All cases:

PATCH is compliant with RFC 7386.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4