Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
session_id*string
Current session identifier.
Request Body
application/json
Plugin installation payload.
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
text/plain
curl -X POST "https://example.com/v1/sessions/string/plugins" \ -H "Content-Type: application/json" \ -d '{ "manifest_url": "string", "plugin_id": "string" }'{ "ok": true}