Classic APIs
ClassicDevelopApi
updatePlugin

updatePlugin

Updates a plugin.

Parameters

NameTypeDescription
pluginIdIdentifierThe ID of the plugin to update.
name?stringThe new name for the plugin.
description?stringThe new description for the plugin.
commentsEnabled?booleanIf comments should be enabled for the plugin.

Example

const { data: success } = await ClassicDevelopApi.updatePlugin({ pluginId: 18407509477, name: "My New Plugin Name" }); 

Endpoint

PATCH /v1/plugins/{pluginId}