Update an annotationput https://mpulse.soasta.com/concerto/mpulse/api/annotations/v1/{annotationId}Update an annotation by ID.Path ParamsannotationIdintegerrequiredUniquely identifies each annotation.Body ParamsdomainIdsarray of integersCan be a single domain ID or an array of domain IDs.domainIdsADD integerendintegerEnd time for annotations that have a range. It's a UTC epoch timestamp expressed in milliseconds.startintegerrequiredStart time of the annotation. It's a UTC epoch timestamp expressed in milliseconds.textstringrequiredDescription of the annotation.titlestringrequiredName of the annotation.HeadersX-Auth-TokenstringrequiredAll calls to this API require that you pass in the token you get from the Generate a token operation as an X-Auth-Token request header. See Get started for help to initially call the API.Response 200Annotation successfully updated.Updated about 1 month ago