patch https://us-east-1.recall.ai/api/v1/bot//
Update a Scheduled Bot.
This endpoint is rate limited to:
- 300 requests per min per workspace
If trying to update an ad-hoc bot, you can call this endpoint directly with no issues.
If trying to update a scheduled bot, you will need to
- Create a new bot via the Create Bot endpoint
- Delete the existing bot via the Delete Scheduled Bot endpoint
Otherwise, calling this endpoint on a scheduled bot may return 400s in certain cases (e.g. updating join_at too close to meeting start will result in a 400)
To update bots created via the Calendar V2 integration, you cannot update bots using this endpoint and will need to use the Schedule Bot For Calendar Event endpoint instead.