axiom.updateAnnotation updates one or more mutable annotation fields. Provide at least one field in addition to annotationId; returns the complete annotation.
automations/axiom-update-annotation.automation.ts
Inputs
annotationId is required. Provide at least one of datasets, type, time, endTime, title, description, or url. datasets must contain at least one dataset; type accepts lowercase letters, digits, and hyphens; title, description, and URL lengths use the same limits as creation.
Output
Returns the complete updated annotation rather than only the changed fields.Permission and failures
The API token needs the organization-levelannotations|update capability. Axiom rejects missing annotations, inaccessible datasets, invalid times, and values outside the annotation limits. This mutation is not retried automatically after an ambiguous provider response.