Skip to content

Commit

Permalink
Update API Documentation from vida.live
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonrobinson5060 committed Oct 5, 2024
1 parent ac5ba16 commit 42dc65a
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions apiv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1754,38 +1754,7 @@
"apiKeyAuth": []
}
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"type": "object",
"required": [
"url",
"label",
"type"
],
"properties": {
"url": {
"description": "Webhook URL",
"type": "string",
"example": "https://hooks.zapier.com/hooks/catch/123456/abcdef"
},
"label": {
"description": "Friendly label for webhook",
"type": "string",
"example": "Zapier Hook"
},
"type": {
"description": "Webhook type",
"type": "string",
"example": "conversation"
}
}
}
}
}
}
"requestBody": {}
},
"delete": {
"tags": [
Expand Down

0 comments on commit 42dc65a

Please sign in to comment.