Skip to content
Prev Previous commit
Next Next commit
Update delete response code
  • Loading branch information
Chunyu Yu committed Apr 18, 2019
commit 57ab189a40392688433f471b841cf222c75721a9
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,7 @@
}
],
"responses": {
"200": {
"204": {
"description": "The SQL database delete operation was successful."
}
}
Expand Down Expand Up @@ -1736,7 +1736,7 @@
}
],
"responses": {
"200": {
"204": {
"description": "The SQL container delete operation was successful."
}
}
Expand Down Expand Up @@ -1955,7 +1955,7 @@
}
}
},
"GenericResourceProperties": {
"ProxyResource": {
"type": "object",
"description": "The general properties associated with all API resource.",
"properties": {
Expand Down Expand Up @@ -1989,7 +1989,7 @@
},
"allOf": [
{
"$ref": "#/definitions/GenericResourceProperties"
"$ref": "#/definitions/ProxyResource"
}
]
},
Expand Down Expand Up @@ -2027,7 +2027,7 @@
},
"allOf": [
{
"$ref": "#/definitions/GenericResourceProperties"
"$ref": "#/definitions/ProxyResource"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"containerRid": "containerName"
},
"responses": {
"200": { }
"204": { }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"databaseRid": "databaseName"
},
"responses": {
"200": { }
"204": { }
}
}