Skip to content

Commit c36810d

Browse files
authored
Merge branch 'master' into trentm/types-spanoptions-starttime
2 parents 1561759 + aa357f0 commit c36810d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
],
180180
"properties": {
181181
"encrypted": {
182-
"description": "Encrypted indicates whether a request was sent as TLS/HTTPS request.",
182+
"description": "Encrypted indicates whether a request was sent as TLS/HTTPS request. DEPRECATED: this field will be removed in a future release.",
183183
"type": [
184184
"null",
185185
"boolean"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
],
179179
"properties": {
180180
"encrypted": {
181-
"description": "Encrypted indicates whether a request was sent as TLS/HTTPS request.",
181+
"description": "Encrypted indicates whether a request was sent as TLS/HTTPS request. DEPRECATED: this field will be removed in a future release.",
182182
"type": [
183183
"null",
184184
"boolean"

0 commit comments

Comments
 (0)