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.
warnings
1 parent f841b09 commit 2a71506Copy full SHA for 2a71506
site/content/3.12/release-notes/version-3.12/api-changes-in-3-12.md
@@ -100,6 +100,14 @@ for details.
100
The `GET /_api/query/rules` endpoint now includes a `description` attribute for
101
every optimizer rule that briefly explains what it does.
102
103
+#### Query parsing API
104
+
105
+The `POST /_api/query` endpoint for parsing AQL queries now unconditionally
106
+returns the `warnings` attribute, even if no warnings were produced while parsing
107
+the query. In that case, `warnings` contains an empty array.
108
+In previous versions, no `warnings` attribute was returned when parsing a query
109
+produced no warnings.
110
111
### Endpoints moved
112
113
0 commit comments