Amplitude · Example Payload

Amplitude Updateannotation Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Amplitude Updateannotation Example is an example object payload from Amplitude, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "updateAnnotation",
  "method": "PUT",
  "path": "/api/3/annotations/{annotation_id}",
  "summary": "Amplitude Update an Annotation",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "updateAnnotation200Example",
      "example": {
        "id": 100,
        "label": "example_value",
        "date": "2025-03-15",
        "end_date": "2025-03-15",
        "details": "example_value",
        "category": "example_value",
        "chart_id": 100,
        "created_at": "2025-03-15T14:30:00Z",
        "updated_at": "2025-03-15T14:30:00Z"
      }
    }
  ]
}