From f28aabe68105e078b37d6acccc6f5d0eb1aceab5 Mon Sep 17 00:00:00 2001 From: "elastic-observability-automation[bot]" <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 06:34:31 +0000 Subject: [PATCH] chore: APM agent json server schema f96ec43a215d0e983ba392b961079df47... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... e38386e Made with ❤️️ by updatecli --- spec/fixtures/span.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spec/fixtures/span.json b/spec/fixtures/span.json index e86da9a69..14eea1b15 100644 --- a/spec/fixtures/span.json +++ b/spec/fixtures/span.json @@ -188,6 +188,9 @@ "object" ], "properties": { + "body": { + "description": "The http request body usually as a string, but may be a dictionary for multipart/form-data content" + }, "id": { "description": "ID holds the unique identifier for the http request.", "type": [