Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
remove IActionResult
  • Loading branch information
dwaijam committed Apr 26, 2019
commit 8c6f272e6ede777cea0b88b3d00d844e864a8ad0
Original file line number Diff line number Diff line change
Expand Up @@ -418,17 +418,14 @@

],
"produces": [
"application/json"

],
"parameters": [

],
"responses": {
"204": {
"description": "Success",
"schema": {
"$ref": "#/definitions/IActionResult"
}
"description": "Success"
}
},
"x-ms-examples": {
Expand Down Expand Up @@ -512,17 +509,14 @@

],
"produces": [
"application/json"

],
"parameters": [

],
"responses": {
"204": {
"description": "Success",
"schema": {
"$ref": "#/definitions/IActionResult"
}
"description": "Success"
},
"default": {
"description": "*** Error Responses: ***\\n\\n * 400 Invalid arguments.\\n\\n * 404 ResourceNotFound."
Expand Down Expand Up @@ -836,12 +830,6 @@
}
}
},
"IActionResult": {
"type": "object",
"properties": {

}
},
"LogsProperties": {
"type": "object",
"properties": {
Expand Down