POST
/v1/sessions/{session_id}/pluginsAuthorization
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 "/api/v1/sessions/string/plugins" \ -H "Content-Type: application/json" \ -d '{ "manifest_url": "string", "plugin_id": "string" }'{
"ok": true
}"Session not found."