Update Plugin

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/plugin
API call form
Examples
List of examples
  • Update the name of the plugin
  • Update plugin (set spec v3)
Install
dotnet add package LuzmoSDK --version 1.0.3
Example Response
200
400
500
{
  "id": "6b297528-91e5-4655-99a3-fe200f91b64b",
  "slug": "myplugin9974880",
  "name": {
    "en": "My Internal Api Plugin"
  },
  "description": {
    "en": "Since we already have an API, we wrote a simple plugin around our API"
  },
  "url": "https://url-to-some-product-info.com",
  "license": "Create Commons 0",
  "base_url": "https://8017349d.ngrok.io",
  "authorize": "token",
  "tiles": true,
  "search": false,
  "public": false,
  "reviewed": false,
  "color": "#00FF00"
}