Skip to content

Commit 86a84f5

Browse files
chore: APM agent json server schema 20bb1f9ac324c275c41f6f81ac0e5ef93... (#4387)
1 parent df03f05 commit 86a84f5

File tree

1 file changed

+3
-0
lines changed
  • test/integration/api-schema/apm-server-schema

1 file changed

+3
-0
lines changed

test/integration/api-schema/apm-server-schema/span.json

+3
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,9 @@
188188
"object"
189189
],
190190
"properties": {
191+
"body": {
192+
"description": "The http request body usually as a string, but may be a dictionary for multipart/form-data content"
193+
},
191194
"id": {
192195
"description": "ID holds the unique identifier for the http request.",
193196
"type": [

0 commit comments

Comments
 (0)