You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose an authenticated endpoint, POST /plugins which allows an admin to install a new plugin on the site.
Request Body:
Required fields:
id: the "plugin name" as per GPM
They also have the option of providing an attributes field which will be applied after the installation of the plugin. If not provided, then the plugin will use its default configuration.
{"id": "{{plugin_name}}","attributes": {// some initial configuration settings "enabled": false}}
The text was updated successfully, but these errors were encountered:
Expose an authenticated endpoint,
POST /plugins
which allows an admin to install a new plugin on the site.Request Body:
Required fields:
id
: the "plugin name" as per GPMThey also have the option of providing an
attributes
field which will be applied after the installation of the plugin. If not provided, then the plugin will use its default configuration.The text was updated successfully, but these errors were encountered: