Skip to content

Commit

Permalink
fixed redirect
Browse files Browse the repository at this point in the history
Signed-off-by: sahil suman <[email protected]>
  • Loading branch information
sahilsuman933 committed Aug 15, 2024
1 parent e0c5844 commit a483215
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,16 +291,6 @@
"security-and-privacy/tos"
]
},
{
"group": "Calls",
"pages": [
"api-reference/calls/create-call",
"api-reference/calls/get-call",
"api-reference/calls/list-calls",
"api-reference/calls/update-call",
"api-reference/calls/delete-call-data"
]
},
{
"group": "Assistants",
"pages": [
Expand All @@ -311,6 +301,17 @@
"api-reference/assistants/delete-assistant"
]
},
{
"group": "Calls",
"pages": [
"api-reference/calls/create-call",
"api-reference/calls/get-call",
"api-reference/calls/list-calls",
"api-reference/calls/update-call",
"api-reference/calls/delete-call-data"
]
},

{
"group": "Phone Numbers",
"pages": [
Expand Down Expand Up @@ -394,6 +395,10 @@
"source": "/api-reference/phone-numbers/import-twilio-number",
"destination": "/api-reference/phone-numbers/create-phone-number"
},
{
"source": "api-reference/calls/create-call",
"destination": "https://api.vapi.ai/api#/Calls/CallController_create"
},
{
"source": "/getting_started",
"destination": "/quickstart/dashboard"
Expand Down

0 comments on commit a483215

Please sign in to comment.