API_ANNOTATION_CHANGE

This function will change the specified annotation, with the specified properties.

API function name: api_annotation_change(annotationID, properties)
Parameters:

annotationID <int> [required]

properties <AnnotationObject> [required]

Return Type:

Promise

PromiseResult will be true, if the operation was successful, otherwise false.

Programmer notes:
Code Example:

None