v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

Creates a new version of an annotation store.

post/annotationStore/{name}/version

Path parameters

namestring required

The name of an annotation store version from which versions are being created.

Request body

versionNamestring required

The name given to an annotation store version to distinguish it from other versions.

descriptionstring

The description of an annotation store version.

tagsobject

Any tags added to annotation store version.

Response

Success

idstring required

A generated ID for the annotation store

versionNamestring required

The name given to an annotation store version to distinguish it from other versions.

storeIdstring required

The ID for the annotation store from which new versions are being created.

namestring required

The name given to an annotation store version to distinguish it from other versions.

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

The status of a annotation store version.

creationTimestring date-time required

The time stamp for the creation of an annotation store version.