v2

latestSwagger 2.02026-07-131451441001.2 KB
STAC Collection Configuration

Update Collection Queryables

Updates a queryable given a queryable definition and corresponding collection id.

put/stac/collections/{collectionId}/queryables/{queryableName}

Path parameters

collectionIdstring required

Unique identifier for the STAC collection.

queryableNamestring required

Name of the queryable property to operate on.

Query parameters

api-versionstring required

The API version to use for this operation.

Request body

namestring required

Name of the queryable field.

definitionobject required

Metadata for the queryable field.

create_indexboolean

Whether to create a database index for this field.

data_type'string' | 'number' | 'boolean' | 'timestamp' | 'date'

Data type of the queryable field.

Response

The request has succeeded.

namestring required

Name of the queryable field.

definitionobject required

Metadata for the queryable field.

create_indexboolean

Whether to create a database index for this field.

data_type'string' | 'number' | 'boolean' | 'timestamp' | 'date'

Data type of the queryable field.