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 @@ -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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parameters": {
"endpoint": "https://contoso.communication.azure.com/",
"api-version": "2023-01-01",
"api-version": "2023-03-31-preview",
"roomId": "99199690362660524"
},
"responses": {
Expand Down