From 3fbddbe2ca3300a73d014c6f4ec28f0e1b957ea0 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 28 Sep 2020 19:59:04 -0400 Subject: [PATCH] fix(openapi): test for new trending plugins in ACP --- public/openapi/read.yaml | 53 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/public/openapi/read.yaml b/public/openapi/read.yaml index 995a610c9b..413bdb9337 100644 --- a/public/openapi/read.yaml +++ b/public/openapi/read.yaml @@ -1707,6 +1707,59 @@ paths: - id - installed - active + trending: + type: array + items: + type: object + properties: + latest: + type: string + description: + type: string + name: + type: string + updated: + type: string + url: + type: string + numInstalls: + type: number + isCompatible: + type: boolean + id: + type: string + installed: + type: boolean + active: + type: boolean + isTheme: + type: boolean + error: + type: boolean + version: + type: string + license: + type: object + properties: + name: + type: string + text: + type: string + nullable: true + outdated: + type: boolean + settingsRoute: + type: string + downloads: + type: number + required: + - latest + - description + - name + - id + - installed + - active + - downloads submitPluginUsage: type: number version: