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 @@ -105,6 +105,9 @@
"$ref": "#/definitions/ViewListResult"
}
},
"204": {
"description": "An empty response is sent when there is no information available within the selected scope."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down Expand Up @@ -1477,11 +1480,11 @@
},
"minItems": 2
},
"dimension": {
"dimensions": {
"description": "Has comparison expression for a dimension",
"$ref": "#/definitions/ReportConfigComparisonExpression"
},
"tag": {
"tags": {
"description": "Has comparison expression for a tag",
"$ref": "#/definitions/ReportConfigComparisonExpression"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
}
]
}
}
},
"204": {}
}
}