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:
|
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:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
in: query
|
in: query
|
||||||
name: report_type
|
name: type
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
- account
|
- account
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue