---
title: "POST /annotationStore/{name}"
method: POST
path: "/annotationStore/{name}"
---

# POST /annotationStore/{name}

`POST /annotationStore/{name}`

Amazon Web Services HealthOmics variant stores and annotation stores are no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see [Amazon Web Services HealthOmics variant store and annotation store availability change](https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html).

Updates an annotation store.

## Path parameters

- `name` string, required

## Request body

- object
  - `description` string — A description for the store.

## Response `200`

Success

- UpdateAnnotationStoreResponse
  - `id` string, required — The store's ID.
  - `reference` object, required — The store's genome reference.
    - `referenceArn` string — The reference's ARN.
  - `status` 'CREATING' | 'UPDATING' | 'DELETING' | 'ACTIVE' | 'FAILED', required — The store's status.
  - `name` string, required — The store's name.
  - `description` string, required — The store's description.
  - `creationTime` string, date-time, required — When the store was created.
  - `updateTime` string, date-time, required — When the store was updated.
  - `storeOptions` object — Parsing options for the store.
    - `tsvStoreOptions` object — File settings for a TSV store.
      - `annotationType` 'GENERIC' | 'CHR_POS' | 'CHR_POS_REF_ALT' | 'CHR_START_END_ONE_BASE' | 'CHR_START_END_REF_ALT_ONE_BASE' | 'CHR_START_END_ZERO_BASE' | 'CHR_START_END_REF_ALT_ZERO_BASE' — The store's annotation type.
      - `formatToHeader` object — The store's header key to column name mapping.
      - `schema` SchemaItem[] — The store's schema.
  - `storeFormat` 'GFF' | 'TSV' | 'VCF' — The annotation file format of the store.

## Other responses

- `480` — InternalServerException
- `481` — ThrottlingException
- `482` — ValidationException
- `483` — ResourceNotFoundException
- `484` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/omics.md) · [All operations](https://skmtc.net/aws/apis/omics/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/omics/versions/e9df1bcc0813/schema)
