Skip to content

Commit

Permalink
fixing breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
paolamvhz committed Feb 14, 2025
1 parent 8210ea5 commit d046b33
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -385,10 +385,10 @@
},
"definitions": {
"CommunicationError": {
"$ref": "../../../Common/stable/2023-11-15/common.json#/definitions/CommunicationError"
"$ref": "../../../Common/stable/2023-11-15/common.json#/definitions/CommunicationError"
},
"CommunicationErrorResponse": {
"$ref": "../../../Common/stable/2023-11-15/common.json#/definitions/CommunicationErrorResponse"
"$ref": "../../../Common/stable/2023-11-15/common.json#/definitions/CommunicationErrorResponse"
},
"CreateRoomRequest": {
"description": "Request payload for creating new room.",
Expand Down Expand Up @@ -490,7 +490,6 @@
"properties": {
"id": {
"description": "Unique identifier of a room. This id is server generated.",
"minLength": 1,
"type": "string",
"example": "99199690362660524"
},
Expand Down Expand Up @@ -529,7 +528,6 @@
"properties": {
"rawId": {
"description": "Raw ID representation of the communication identifier. Please refer to the following document for additional information on Raw ID. <br /> https://learn.microsoft.com/azure/communication-services/concepts/identifiers?pivots=programming-language-rest#raw-id-representation",
"minLength": 1,
"type": "string"
},
"role": {
Expand Down

0 comments on commit d046b33

Please sign in to comment.