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 @@ -617,12 +617,6 @@
"$ref": "#/definitions/CommunicationServiceKeys"
}
},
"201": {
"description": "Created and an async operation is executing in background to make the new key take effect. The response contains new keys and an Azure-AsyncOperation header to query the async operation result.",
"schema": {
"$ref": "#/definitions/CommunicationServiceKeys"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"primaryKey": "1234",
"primaryConnectionString": "endpoint=http://example.com;accesskey=1234"
}
},
"201": {
"body": {}
}
}
}