Content Management API > Plugin
Update a plugin
Body parameters
Must be exactly "plugin"
.
A description of the plugin
Example: "A better rating experience!"
The entry point URL of the plugin
Example: "https://cdn.rawgit.com/datocms/extensions/master/samples/five-stars/extension.js"
Global plugin configuration. Plugins can persist whatever information they want in this object to reuse it later.
Example: { devMode: true }
The installed version of the plugin (or null if it's a private plugin)
Permissions granted to this plugin
Returns
Returns
a resource object of type plugin.
Examples