Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
|
ded706b0e4 |
4 changed files with 8 additions and 8 deletions
|
@ -34,7 +34,7 @@ platform_user_id:
|
|||
custom_filter_id:
|
||||
$ref: ./custom_filter_id.yml
|
||||
|
||||
report_type:
|
||||
type:
|
||||
$ref: ./report_type.yml
|
||||
|
||||
report_metric:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
in: query
|
||||
name: report_type
|
||||
name: type
|
||||
type: string
|
||||
enum:
|
||||
- account
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue