v1

latestOpenAPI 3.0.3Apache License 2.02026-07-17166173.5 KB
Transaction

Update an existing feature by Id with a partial item definition

Use this method to update an existing feature. Requires a GeoJSON fragment (containing the fields to be updated) be submitted.

patch/collections/{collectionId}/items/{featureId}

Headers

If-Matchstring

Only take the action if the ETag of the item still matches

Request body

stac_versionstring
idstring

Provider identifier, a unique ID.

type'Feature'

The GeoJSON type

assetsAssets

Example request

{
  "assets": {
    "analytic": {
      "title": "1-Band Analytic",
      "href": "http://cool-sat.com/catalog/collections/cs/items/CS3-201605XX_132130_04/analytic-1.tif"
    }
  }
}

Response

Status of the update request.