Skip to content

Commit 2834b52

Browse files
committed
Update readthedocs settings
1 parent 6d0081c commit 2834b52

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/superannotate/lib/app/interface/sdk_interface.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2059,13 +2059,13 @@ def update_annotation_class(
20592059
This function does not support Multimodal projects.
20602060
20612061
.. warning::
2062-
Use update_annotation_class() With Extreme Caution
2063-
The update_annotation_class() method replaces the entire attribute group structure of the annotation class.
2064-
Any attribute group or attribute group ID not included in the payload will be permanently deleted.
2065-
Any attribute value or attribute ID not included in the payload will be permanently deleted.
2066-
Existing annotations that reference removed attribute groups or attributes will lose their associated values.
2062+
Use update_annotation_class() With Extreme Caution
2063+
The update_annotation_class() method replaces the entire attribute group structure of the annotation class.
2064+
Any attribute group or attribute group ID not included in the payload will be permanently deleted.
2065+
Any attribute value or attribute ID not included in the payload will be permanently deleted.
2066+
Existing annotations that reference removed attribute groups or attributes will lose their associated values.
20672067
2068-
This action cannot be undone.
2068+
This action cannot be undone.
20692069
20702070
:param project: The name or ID of the project.
20712071
:type project: Union[str, int]

0 commit comments

Comments
 (0)