---
title: "Updates a plugin."
method: PATCH
path: "/v1/plugins/{pluginId}"
tags: ["Assets"]
---

# Updates a plugin.

`PATCH /v1/plugins/{pluginId}`

## Path parameters

- `pluginId` integer, required

## Request body

- RobloxDevelopApiUpdatePluginRequest — A request model for updating a plugin.
  - `name` string — The new plugin name.
  - `description` string — The new plugin description.
  - `commentsEnabled` boolean — Whether or not comments should be enabled.

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — 5: Description too long. 6: Text moderated. 7: Invalid name. 8: The request body is missing.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 4: Insufficient permissions.
- `404` — 3: The id is invalid.

---

[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/versions/756260310407/schema)
