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
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,9 @@
"CommunicationErrorResponse": {
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationErrorResponse"
},
"CommunicationError": {
"$ref": "../../../Common/stable/2021-03-07/common.json#/definitions/CommunicationError"
},
"CreateRoomRequest": {
"description": "Request payload for creating new room.",
"type": "object",
Expand Down Expand Up @@ -520,7 +523,6 @@
"description": "The endpoint of the Azure Communication resource.",
"required": true,
"type": "string",
"format": "uri",
"x-ms-skip-url-encoding": true,
"x-ms-parameter-location": "client"
}
Expand All @@ -530,7 +532,7 @@
"type": "apiKey",
"name": "Authorization",
"in": "header",
"description": "An ACS (Azure Communication Services) user access token."
"description": "An authentication string containing a signature generated using HMAC-SHA256 scheme."
}
},
"security": [
Expand Down