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

# POST /annotationStore/{name}/version/{versionName}

`POST /annotationStore/{name}/version/{versionName}`

Updates the description of an annotation store version.

## Path parameters

- `name` string, required
- `versionName` string, required

## Request body

- object
  - `description` string — The description of an annotation store.

## Response `200`

Success

- UpdateAnnotationStoreVersionResponse
  - `storeId` string, required — The annotation store ID.
  - `id` string, required — The annotation store version ID.
  - `status` 'CREATING' | 'UPDATING' | 'DELETING' | 'ACTIVE' | 'FAILED', required — The status of an annotation store version.
  - `name` string, required — The name of an annotation store.
  - `versionName` string, required — The name of an annotation store version.
  - `description` string, required — The description of an annotation store version.
  - `creationTime` string, date-time, required — The time stamp for when an annotation store version was created.
  - `updateTime` string, date-time, required — The time stamp for when an annotation store version was updated.

## 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)
