v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1444175204.9 KB

Updates the properties of an existing bot in a Wickr network. This operation allows you to modify the bot's display name, security group, password, or suspension status.

patch/networks/{networkId}/bots/{botId}

Path parameters

networkIdstring required

The ID of the Wickr network containing the bot to update.

botIdstring required

The unique identifier of the bot to update.

Request body

displayNamestring

The new display name for the bot.

groupIdstring

The ID of the new security group to assign the bot to.

challengestring password

The new password for the bot account.

suspendboolean

Set to true to suspend the bot or false to unsuspend it. Omit this field for standard updates that don't affect suspension status.

Response

Success

messagestring

A message indicating the result of the bot update operation.