fix: Change report_type to type in report API docs (#4492)
This commit is contained in:
parent
0319b78eac
commit
04e890070d
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
in: query
|
||||
name: report_type
|
||||
name: type
|
||||
type: string
|
||||
enum:
|
||||
- account
|
||||
|
|
|
@ -5755,7 +5755,7 @@
|
|||
},
|
||||
"report_type": {
|
||||
"in": "query",
|
||||
"name": "report_type",
|
||||
"name": "type",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"account",
|
||||
|
|
Loading…
Reference in a new issue