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
Authenticate API requests using an access token. Include it in the Authorization header as
Bearer TOKEN
.Request
Responses
- 200
- 400
- 403
- 404
- 500
Created or replaced annotation
Bad request
Forbidden
One of the resources referenced in query or payload was not found
Internal server error