Install Plugin from Local File
POST
/api/v1/plugins/install/local
Upload and install plugin package file
Authorizations
BearerAuth
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
TypeHTTP (bearer)
Request Body
multipart/form-data
file
string
Required
Plugin package file (.lbpkg format)
Format
"binary"Responses
Installation task created
application/json
{
"code": 0,
"msg": "ok",
"data": {
"task_id": "string"
}
}
