---
title: "Update a Plugin"
method: PUT
path: "/plugins/{owner}/{name}"
tags: ["Plugins"]
---

# Update a Plugin

`PUT /plugins/{owner}/{name}`

Update a plugin (must have `contribute` permission)

## Path parameters

- `owner` string, required
- `name` string, required

## Request body

- RepositoryUpdate
  - `public` boolean — Whether or not a repository is publicly viewable
  - `keywords` string[] — A list of keywords to index the repository by
  - `description` string — A description of the repository
  - `icon` string — An icon to represent this repository

## Response `202`

Accepted

- UpdateAccepted — Accepted request response for existing resource
  - `status` string

## Other responses

- `400` — Invalid request
- `403` — Access forbidden
- `404` — Not found
- `422` — Validation Error
- `500` — Server error

---

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