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

# PATCH /networks/{networkId}

`PATCH /networks/{networkId}`

Updates the properties of an existing Wickr network, such as its name or encryption key configuration.

## Path parameters

- `networkId` string, required

## Headers

- `X-Client-Token` string

## Request body

- object
  - `networkName` string, required — The new name for the network. Must be between 1 and 20 characters.
  - `encryptionKeyArn` string — The ARN of the Amazon Web Services KMS customer managed key to use for encrypting sensitive data in the network.

## Response `200`

Success

- UpdateNetworkResponse
  - `message` string — A message indicating that the network was updated successfully.

## 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)
