v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

Update one or more parameters for the sequence store.

patch/sequencestore/{id}

Path parameters

idstring required

The ID of the sequence store.

Request body

namestring

A name for the sequence store.

descriptionstring

A description for the sequence store.

clientTokenstring

To ensure that requests don't run multiple times, specify a unique token for each request.

fallbackLocationstring

The S3 URI of a bucket and folder to store Read Sets that fail to upload.

propagatedSetLevelTagsTagKey[]

The tags keys to propagate to the S3 objects associated with read sets in the sequence store.

Response

Success

idstring required

The ID of the sequence store.

arnstring required

The ARN of the sequence store.

namestring

The name of the sequence store.

descriptionstring

Description of the sequence store.

creationTimestring date-time required

The time when the store was created.

updateTimestring date-time

The last-updated time of the Sequence Store.

propagatedSetLevelTagsTagKey[]

The tags keys to propagate to the S3 objects associated with read sets in the sequence store.

status'CREATING' | 'ACTIVE' | 'UPDATING' | 'DELETING' | 'FAILED'

The status of the sequence store.

statusMessagestring

The status message of the sequence store.

fallbackLocationstring

The S3 URI of a bucket and folder to store Read Sets that fail to upload.

eTagAlgorithmFamily'MD5up' | 'SHA256up' | 'SHA512up'

The ETag algorithm family to use on ingested read sets.