From 68f87ccf6ef9dd7f6fc92e2a4470570e5f9f76c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 11 Dec 2024 19:18:38 -0500 Subject: [PATCH] test: fix spec --- public/openapi/read/admin/extend/plugins.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/openapi/read/admin/extend/plugins.yaml b/public/openapi/read/admin/extend/plugins.yaml index ff273480fe..2dd8b0cb6c 100644 --- a/public/openapi/read/admin/extend/plugins.yaml +++ b/public/openapi/read/admin/extend/plugins.yaml @@ -42,8 +42,6 @@ get: type: boolean version: type: string - isStarterPlan: - type: boolean license: type: object properties: @@ -356,4 +354,6 @@ get: type: number version: type: string + isStarterPlan: + type: boolean - $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps \ No newline at end of file