3
0

Add basic impersonation support for admins

This commit is contained in:
Denis Arh
2020-08-12 18:39:28 +02:00
parent 4d887ba486
commit a57866bcab
10 changed files with 279 additions and 0 deletions

View File

@@ -946,6 +946,7 @@ Compose records
| --------- | ---- | ------ | ----------- | ------- | --------- |
| filter | string | GET | Filtering condition | N/A | NO |
| fields | []string | GET | Fields to export | N/A | YES |
| timezone | string | GET | Convert times to this timezone | N/A | NO |
| filename | string | PATH | Filename to use | N/A | NO |
| ext | string | PATH | Export format | N/A | YES |
| namespaceID | uint64 | PATH | Namespace ID | N/A | YES |