We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67942a9 commit e516269Copy full SHA for e516269
UPGRADING.md
@@ -1,4 +1,4 @@
1
-Upgrading to Graylog 7.0.0
+Upgrading to Graylog 7.0.x
2
==========================
3
4
## Breaking Changes
@@ -23,6 +23,12 @@ can only talk to Kafka brokers with version 2.1 or newer.
23
24
- tbd
25
26
+## General REST API Changes
27
+
28
+- In Graylog 7.0, an issue was fixed that previously allowed additional unknown JSON properties to be accepted
29
+ (and ignored) in API requests on the Graylog leader node. Now that the issue has been fixed, API requests on the
30
+ leader node will once again only accept JSON payloads that contain explicitly mapped/supported properties.
31
32
## REST API Endpoint Changes
33
34
The following REST API changes have been made.
0 commit comments