add_version method
Leave feedback
On this page
Add list of the annotations.
def add_version(self, annotations):
...
| Parameter | Type | Description |
|---|---|---|
| annotations | List[AnnotationBase] |
List of the annotations to add. |
Adds a list of annotations for a version key.
def add_version(self, new_version_key, annotations):
...
| Parameter | Type | Description |
|---|---|---|
| new_version_key | Any |
Key of the version. |
| annotations | List[AnnotationBase] |
List of the annotations. |
| Raises | Description |
|---|---|
Exception |
If the version key already exists. |
- class
VersionsList
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.