bots
Updates a bot in the database with form data
Update language, notifier_interval, reminder_repeat_max and reminder_time of the bot
patch/v1/bots/{id}
Path parameters
idinteger required
id of bot that needs to be updated
Request body
Example request
{
"team_id": "TB9KS3E13",
"team_name": "example",
"reporting_channel": "TBA234GH",
"reporting_time": "9:00"
}Response
successful operation
Example response
{
"team_id": "TB9KS3E13",
"team_name": "example",
"reporting_channel": "TBA234GH",
"reporting_time": "9:00"
}