Skip to main content

Upsert single annotation

PUT 

/annotations/:name

Update annotations using a standard PUT request.


This method will create a new annotation unless the annotation with the provided name (i.e. specified in the body of the JSON object) does not exist in the specified project.

Provide all the remaining parameters even if you want to update just one of them (effectively, this command acts like a REPLACE command).

AUTHENTICATION REQUIRED
Authenticate API requests using an access token. Include it in the Authorization header as Bearer TOKEN.

Request

Responses

Created or replaced annotation