From 3e678f94e217bb91f18837b1de3d51d76e5b8053 Mon Sep 17 00:00:00 2001 From: Sattvik Chakravarthy Date: Wed, 15 May 2024 11:16:36 +0530 Subject: [PATCH] fix: app list v2 --- api_spec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_spec.yaml b/api_spec.yaml index 99a7221..6a1fd03 100644 --- a/api_spec.yaml +++ b/api_spec.yaml @@ -5716,7 +5716,7 @@ paths: tenants: type: array items: - $ref: '#/components/schemas/tenantConfig' + $ref: '#/components/schemas/tenantConfigV2' '400': $ref: '#/components/responses/400'