---
title: "PATCH /networks/{networkId}/bots/{botId}"
method: PATCH
path: "/networks/{networkId}/bots/{botId}"
---

# PATCH /networks/{networkId}/bots/{botId}

`PATCH /networks/{networkId}/bots/{botId}`

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.

## Path parameters

- `networkId` string, required
- `botId` string, required

## Request body

- object
  - `displayName` string — The new display name for the bot.
  - `groupId` string — The ID of the new security group to assign the bot to.
  - `challenge` string, password — The new password for the bot account.
  - `suspend` boolean — 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 `200`

Success

- UpdateBotResponse
  - `message` string — A message indicating the result of the bot update operation.

## Other responses

- `480` — ValidationError
- `481` — BadRequestError
- `482` — ResourceNotFoundError
- `483` — ForbiddenError
- `484` — UnauthorizedError
- `485` — InternalServerError
- `486` — RateLimitError

---

[API](https://skmtc.net/aws/apis/wickr.md) · [All operations](https://skmtc.net/aws/apis/wickr/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/wickr/versions/71d396c2af63/schema)
