---
title: "Update plugins by its id"
method: PUT
path: "/plugins"
tags: ["Review"]
---

# Update plugins by its id

`PUT /plugins`

Update plugins by its id

## Query parameters

- `token` string, string, required
- `pluginName` string, string, required

## Request body

- UpdatePlugin
  - `is_enabled` integer
  - `plugin` string

## Response `200`

Review updated

- Plugin
  - `name` string

## Other responses

- `default` — Unexpected error

---

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