Decide plugin grant
Answers one capability this plugin asked for. Takes effect on the next fetch, with no reload
PUT /plugins/{id}/grants
note
SDK method: decidePluginGrant
Security: authenticated (policy: platform.manage)
Attributes
Attributes (1)
| Attribute | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Path parameter. |
Request body (application/json)
Accepts a PluginGrantInput object.
Response
200 OK — Returns a PluginGrantList object.