v1

latestOpenAPI 3.0.22026-07-144652931.4 MB
SRE Agent

Update an SRE Agent memory

Update an existing SRE Agent memory.

Scoped OAuth requires: sre_agent.write

put/sre_agent/memories/{id}

Path parameters

idstring required

The ID of the resource.

Headers

Acceptstring required

The Accept header is used as a versioning header.

Content-Type'application/json' required

Request body

Response

The SRE Agent memory that was updated.

Example response

{
  "memory": {
    "attributes": {
      "incident_id": "PX9LMN2",
      "service_id": "PJYY37U",
      "memory_type": "incident_summary"
    },
    "content": "Restarting the cache service resolved timeout errors on the payment service during the 2026-02-24 incident",
    "created_at": "2026-02-24T17:15:42.123Z",
    "id": "PM4QR2T",
    "type": "sre_memory",
    "updated_at": "2026-02-24T17:15:42.123Z"
  }
}