Skip to content

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
object

Plugin package file (.lbpkg format)

Format"binary"

Responses

Installation task created

application/json
JSON
{
"code": 0,
"msg": "ok",
"data": {
"task_id": "string"
}
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI