Skip to main content
POST
/
api
/
v1
/
plugins
/
{id}
/
validate-and-load
Error
A valid request URL is required to generate request examples
{
  "attributes": {
    "command": "<string>",
    "config_schema": {},
    "hook_types": [
      "<string>"
    ],
    "loaded_at": "<string>",
    "manifest": {},
    "primary_hook": "<string>",
    "scopes": [
      "<string>"
    ],
    "status": "<string>"
  },
  "id": "<string>",
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

id
integer
required

Plugin ID

Body

application/json

Request body with command (for command changes)

The body is of type object.

Response

OK

attributes
object
id
string
type
string