Skip to content

Commit c32361e

Browse files
authored
Update telemetry-api-reference.md
add missing header parameter Lambda-Extension-Identifier required for Telemetry Api
1 parent dc80e0d commit c32361e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc_source/telemetry-api-reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ To subscribe to a telemetry stream, a Lambda extension can send a Subscribe API
1919
+ **Method**`PUT`
2020
+ **Headers**
2121
+ `Content-Type`: `application/json`
22+
+ `Lambda-Extension-Identifier`: the `Lambda-Extension-Identifier` value received upon registering your extension\.
2223
+ **Request body parameters**
2324
+ **schemaVersion**
2425
+ Required: Yes
@@ -123,4 +124,4 @@ Here are some additional response codes that the extension can receive:
123124
+ 200 – Request completed successfully
124125
+ 202 – Request accepted\. Subscription request response in local testing environment
125126
+ 400 – Bad request
126-
+ 500 – Service error
127+
+ 500 – Service error

0 commit comments

Comments
 (0)