[v8.5.x] Backport 48550 to v8.5.x (#48656)

* resolve conflicts

* update swagger docs
This commit is contained in:
Will Browne
2022-05-03 20:58:02 +02:00
committed by GitHub
parent 633d598fcd
commit 7f7803ba59
11 changed files with 512 additions and 139 deletions
+10
View File
@@ -691,6 +691,16 @@ In addition, specific properties of each data source should be added in a reques
}
```
#### Status codes
| Code | Description |
| ---- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 200 | All data source queries returned a successful response. |
| 400 | Bad request due to invalid JSON, missing content type, missing or invalid fields, etc. Or one or more data source queries were unsuccessful. Refer to the body for more details. |
| 403 | Access denied. |
| 404 | Either the data source or plugin required to fulfil the request could not be found. |
| 500 | Unexpected error. Refer to the body and/or server logs for more details. |
## Deprecated resources
The following resources have been deprecated. They will be removed in a future release.