Enables a PolarClaw plugin.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ApplicationId |
string |
Yes |
The ID of the application. |
pa-************** |
| PluginId |
string |
Yes |
The ID of the plugin to enable. |
openclaw-lark |
| Restart |
boolean |
No |
Indicates whether to restart the gateway after the plugin is enabled. Default value: |
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The ID of the request. |
7F2007D3-7E74-4ECB-89A8-BF130D****** |
| Message |
string |
The response message. |
successful |
| Code |
integer |
The response status code. |
200 |
| ApplicationId |
string |
The ID of the application. |
pa-************** |
| Ok |
boolean |
Indicates whether the request was successful. |
true |
| PluginId |
string |
The ID of the plugin that was enabled. |
openclaw-lark |
| Restarted |
boolean |
Indicates whether the gateway was restarted. |
true |
Examples
Success response
JSON format
{
"RequestId": "7F2007D3-7E74-4ECB-89A8-BF130D******",
"Message": "successful",
"Code": 200,
"ApplicationId": "pa-**************",
"Ok": true,
"PluginId": "openclaw-lark",
"Restarted": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.