Skip to content

Commit

Permalink
removed squad and trying, whether it fix create-call issue or not
Browse files Browse the repository at this point in the history
Signed-off-by: sahil suman <[email protected]>
  • Loading branch information
sahilsuman933 committed Aug 25, 2024
1 parent bd02108 commit 5a13757
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions api.json
Original file line number Diff line number Diff line change
Expand Up @@ -6321,14 +6321,6 @@
"description": "These are the overrides for the `assistant` or `assistantId`'s settings and template variables.",
"allOf": [{ "$ref": "#/components/schemas/AssistantOverrides" }]
},
"squadId": {
"type": "string",
"description": "This is the squad that will be used for the call. To use a transient squad, use `squad` instead."
},
"squad": {
"description": "This is a squad that will be used for the call. To use an existing squad, use `squadId` instead.",
"allOf": [{ "$ref": "#/components/schemas/CreateSquadDTO" }]
},
"phoneNumberId": {
"type": "string",
"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."
Expand Down

0 comments on commit 5a13757

Please sign in to comment.