fix: Change report_type to type in report API docs (#4492)

This commit is contained in:
Shivam Chahar 2022-04-18 11:38:22 +05:30 committed by GitHub
parent 0319b78eac
commit 04e890070d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
in: query in: query
name: report_type name: type
type: string type: string
enum: enum:
- account - account

View file

@ -5755,7 +5755,7 @@
}, },
"report_type": { "report_type": {
"in": "query", "in": "query",
"name": "report_type", "name": "type",
"type": "string", "type": "string",
"enum": [ "enum": [
"account", "account",