AviatoAviato
DeveloperAPI ReferencePluginsMarketplaceUpdates

/api/plugins/marketplace/updates

GET
/api/plugins/marketplace/updates

Response Body

application/json

application/json

curl -X GET "https://example.com/api/plugins/marketplace/updates"
{
  "updates": [
    {
      "pluginId": "string",
      "marketplaceId": "string",
      "installed": "string",
      "latest": "string"
    }
  ]
}
{
  "error": "string"
}