---
title: "Updates badge configuration."
method: PATCH
path: "/v1/badges/{badgeId}"
tags: ["Badges"]
---

# Updates badge configuration.

`PATCH /v1/badges/{badgeId}`

## Path parameters

- `badgeId` integer, required

## Request body

- RobloxBadgesApiUpdateBadgeRequest — A request model used for updating badge information.
  - `name` string — The new badge name.
  - `description` string — The new badge description.
  - `enabled` boolean — The new enabled state of the badge.

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — 6: Text moderated. 14: Invalid badge name. 15: Invalid badge description.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 2: You do not have permission to manage this badge.
- `404` — 1: Badge is invalid or does not exist. 3: The game is invalid or does not exist.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/756260310407/schema)
