Plugins API

πŸ“‹ Table of Contents

Overview

The Plugins API provides plugin management for the STAR ecosystem. It handles plugin installation, configuration, and execution.

Plugin Management

Get All Plugins

GET /api/plugins
Authorization: Bearer YOUR_TOKEN

Get Plugin by ID

GET /api/plugins/{pluginId}
Authorization: Bearer YOUR_TOKEN

Install Plugin

Update Plugin

Uninstall Plugin

Plugin Operations

Enable Plugin

Disable Plugin

Configure Plugin

Error Responses

Plugin Not Found


← Previous: Parks API | Next: Libraries API β†’

Last updated