File tree Expand file tree Collapse file tree
src/superannotate/lib/app/interface Expand file tree Collapse file tree Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments