v2

latestSwagger 2.02026-07-131451441001.2 KB
STAC Collection Configuration

Update Collection Tile Settings

Update the tile settings for a given collection

put/stac/collections/{collectionId}/configurations/tile-settings

Path parameters

collectionIdstring required

Unique identifier for the STAC collection.

Query parameters

api-versionstring required

The API version to use for this operation.

Request body

minZoominteger required

The minimum zoom level that can be requested for this collection. Provides a hard limit for the tile servers to ensure they don't get requests for low zoom levels, which would cause many files to be fetched and the tile servers to hang.

maxItemsPerTileinteger required

Maximum number of items to include in a single tile.

Response

The request has succeeded.

minZoominteger required

The minimum zoom level that can be requested for this collection. Provides a hard limit for the tile servers to ensure they don't get requests for low zoom levels, which would cause many files to be fetched and the tile servers to hang.

maxItemsPerTileinteger required

Maximum number of items to include in a single tile.