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: custom_filter_id:
$ref: ./custom_filter_id.yml $ref: ./custom_filter_id.yml
report_type: type:
$ref: ./report_type.yml $ref: ./report_type.yml
report_metric: report_metric:

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

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

View file

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