Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,9 @@
"$ref": "#/definitions/QueryResult"
}
},
"204": {
"description": "No Content. Resource is not available."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down Expand Up @@ -849,6 +852,9 @@
"$ref": "#/definitions/DimensionsListResult"
}
},
"204": {
"description": "No Content. Resource is not available."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down Expand Up @@ -1037,6 +1043,9 @@
"$ref": "#/definitions/QueryResult"
}
},
"204": {
"description": "No Content. Resource is not available."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down Expand Up @@ -1166,9 +1175,13 @@
"description": "Has time period for pulling data for the report.",
"$ref": "#/definitions/ReportConfigTimePeriod"
},
"dataset": {
"dataSet": {
"description": "Has definition for data in this report config.",
"$ref": "#/definitions/ReportConfigDataset"
},
"includeMonetaryCommitment": {
"description": "If true, report includes monetary commitment.",
"type": "boolean"
}
},
"required": [
Expand Down Expand Up @@ -1464,6 +1477,16 @@
"format": "date-time",
"readOnly": true
},
"dateRange": {
"description": "Date range of the current view.",
"type": "string",
"readOnly": true
},
"currency": {
"description": "Currency of the current view.",
"type": "string",
"readOnly": true
},
"query": {
"description": "Query body configuration. Required.",
"type": "object",
Expand Down Expand Up @@ -1619,6 +1642,21 @@
"type": "string",
"description": "Resource type."
},
"location": {
"readOnly": true,
"type": "string",
"description": "Location of the resource."
},
"sku": {
"readOnly": true,
"type": "string",
"description": "SKU of the resource."
},
"eTag": {
"readOnly": true,
"type": "string",
"description": "ETag of the resource."
},
"tags": {
"readOnly": true,
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
}
]
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
}
]
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
}
]
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
]
}
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
]
}
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
]
}
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
]
}
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
}
]
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
}
]
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
}
]
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
]
}
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
]
}
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
]
}
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
}
]
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
}
]
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
}
]
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
]
}
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
]
}
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
]
}
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
]
}
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
}
]
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
}
]
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
}
]
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
]
}
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
]
}
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
}
]
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
}
]
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
}
]
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
]
}
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
]
}
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
}
]
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
}
]
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
}
]
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
]
}
}
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
]
}
}
}
},
"204": {}
}
}
Loading