SpatioTemporal Asset Catalog (STAC) API

Replace Collection

Replace an existing collection in the GeoCatalog instance

put/stac/collections/{collectionId}

Path parameters

collectionIdstring required

Catalog collection id

Query parameters

api-versionstring required

The API version to use for this operation.

Request body

msft:_createdstring date-time

MSFT Created

msft:_updatedstring date-time

MSFT Updated

msft:short_descriptionstring

MSFT Short Description

stac_extensionsstring[]

URLs to STAC extensions implemented by this STAC resource.

idstring required

Unique identifier for the collection.

descriptionstring required

Detailed description of the collection.

stac_versionstring

Stac Version

titlestring

Human-readable title for the collection.

typestring

Type

assetsobject

Assets

item_assetsobject
licensestring required

License identifier for the collection data.

keywordsstring[]

Keywords describing the collection.

summariesobject

Summaries

See the STAC Collection Spec.

Response

The request has succeeded.

msft:_createdstring date-time

MSFT Created

msft:_updatedstring date-time

MSFT Updated

msft:short_descriptionstring

MSFT Short Description

stac_extensionsstring[]

URLs to STAC extensions implemented by this STAC resource.

idstring required

Unique identifier for the collection.

descriptionstring required

Detailed description of the collection.

stac_versionstring

Stac Version

titlestring

Human-readable title for the collection.

typestring

Type

assetsobject

Assets

item_assetsobject
licensestring required

License identifier for the collection data.

keywordsstring[]

Keywords describing the collection.

summariesobject

Summaries

See the STAC Collection Spec.

Changes

Changed in 3 of the 8 revisions of this API.25

  • 2025-04-30-preview42447be18bc51See the full diff
    • api operation id StacCollections_CreateOrReplace removed and replaced with StacCollections_Replace

      api-operation-id-removed

  • 2025-04-30-preview28e8cb36528912See the full diff
    • removed the success response with the status 202

      response-success-status-removed

    • api operation id StacCollectionOperations_CreateOrReplace removed and replaced with StacCollections_CreateOrReplace

      api-operation-id-removed

    • added the success response with the status 200

      response-success-status-added

  • 2025-04-30-preview00cbc3d6d8e012See the full diff
    • removed the success response with the status 200

      response-success-status-removed

    • api operation id StacCollections_Replace removed and replaced with StacCollectionOperations_CreateOrReplace

      api-operation-id-removed

    • added the success response with the status 202

      response-success-status-added