Skip to content

Commit 5a13757

Browse files
committed
removed squad and trying, whether it fix create-call issue or not
Signed-off-by: sahil suman <sahilsuman933@gmail.com>
1 parent bd02108 commit 5a13757

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

api.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6321,14 +6321,6 @@
63216321
"description": "These are the overrides for the `assistant` or `assistantId`'s settings and template variables.",
63226322
"allOf": [{ "$ref": "#/components/schemas/AssistantOverrides" }]
63236323
},
6324-
"squadId": {
6325-
"type": "string",
6326-
"description": "This is the squad that will be used for the call. To use a transient squad, use `squad` instead."
6327-
},
6328-
"squad": {
6329-
"description": "This is a squad that will be used for the call. To use an existing squad, use `squadId` instead.",
6330-
"allOf": [{ "$ref": "#/components/schemas/CreateSquadDTO" }]
6331-
},
63326324
"phoneNumberId": {
63336325
"type": "string",
63346326
"description": "This is the phone number that will be used for the call. To use a transient number, use `phoneNumber` instead.\n\nOnly relevant for `outboundPhoneCall` and `inboundPhoneCall` type."

0 commit comments

Comments
 (0)