Compare commits

...

1 commit

Author SHA1 Message Date
Pranav Raj S
ded706b0e4 fix: Rename report_type to type 2022-03-09 09:37:07 +05:30
4 changed files with 8 additions and 8 deletions

View file

@ -34,7 +34,7 @@ platform_user_id:
custom_filter_id:
$ref: ./custom_filter_id.yml
report_type:
type:
$ref: ./report_type.yml
report_metric:

View file

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

View file

@ -341,7 +341,7 @@
parameters:
- $ref: '#/parameters/account_id'
- $ref: '#/parameters/report_metric'
- $ref: '#/parameters/report_type'
- $ref: '#/parameters/type'
- in: query
name: id
type: string
@ -361,7 +361,7 @@
/api/v2/accounts/{account_id}/reports/summary:
parameters:
- $ref: '#/parameters/account_id'
- $ref: '#/parameters/report_type'
- $ref: '#/parameters/type'
- in: query
name: id
type: string

View file

@ -3408,7 +3408,7 @@
"$ref": "#/parameters/report_metric"
},
{
"$ref": "#/parameters/report_type"
"$ref": "#/parameters/type"
},
{
"in": "query",
@ -3462,7 +3462,7 @@
"$ref": "#/parameters/account_id"
},
{
"$ref": "#/parameters/report_type"
"$ref": "#/parameters/type"
},
{
"in": "query",
@ -4800,9 +4800,9 @@
"required": true,
"description": "The numeric ID of the custom filter"
},
"report_type": {
"type": {
"in": "query",
"name": "report_type",
"name": "type",
"type": "string",
"enum": [
"account",