Update metadata of a plugin
PATCH/v1/plugins/:identifier
This route allows you to update the metadata of an existing plugin, such as its title, description, and parameter definitions.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Successfully updated the plugin metadata
Bad request
Unauthorized
A plugin with the given identifier was not found
Internal server error