DeveloperAPI ReferencePluginsIdEnabled
/api/plugins/{id}/enabled
Path Parameters
id*string
Resource ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
enabled*boolean
Response Body
application/json
application/json
application/json
curl -X PATCH "https://example.com/api/plugins/string/enabled" \ -H "Content-Type: application/json" \ -d '{ "enabled": true }'{
"success": true,
"enabled": true,
"error": "string"
}{
"error": "string"
}{
"success": true,
"enabled": true,
"error": "string"
}