Skip to content

Commit

Permalink
Missing 204 response and minor typos (#12374)
Browse files Browse the repository at this point in the history
  • Loading branch information
elabicha authored Jan 13, 2021
1 parent 715ad81 commit fdfffcf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
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": {}
}
}

0 comments on commit fdfffcf

Please sign in to comment.