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

idinteger
team_idstring
adminboolean
team_namestring
passwordstring
language'ru_Ru' | 'en_US'

bot language

notifier_intervalinteger
reminder_repeat_maxinteger
reminder_timeinteger

Example request

{
  "team_id": "TB9KS3E13",
  "team_name": "example",
  "password": "example"
}

Response

successful operation

idinteger
team_idstring
adminboolean
team_namestring
passwordstring
language'ru_Ru' | 'en_US'

bot language

notifier_intervalinteger
reminder_repeat_maxinteger
reminder_timeinteger

Example response

{
  "team_id": "TB9KS3E13",
  "team_name": "example",
  "password": "example"
}

Changes