Commit 0465b82
authored
Fix endpoint telemetry request body
What Does This Do
Change request-body-type to request_body_type to mach the defined schema
Add optional fields to endpoint unit tests
Motivation
The current implementation of endpoint discovery for API Security does not match the latest version of the RFC.
Additional Notes
https://docs.google.com/document/d/1txwuurIiSUWjYX7Xa0let7e49XKW2uhm1djgqjl_gL0/edit?tab=t.01 parent d6b43cb commit 0465b82
File tree
2 files changed
+2
-2
lines changed- telemetry/src
- main/java/datadog/telemetry
- test/groovy/datadog/telemetry
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments