From 2f4653a3cc286e2cefe9d3f94d983e9bd700eb29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Sun, 15 Nov 2020 16:50:24 -0500 Subject: [PATCH] fix: spec --- public/openapi/read/admin/advanced/cache.yaml | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/public/openapi/read/admin/advanced/cache.yaml b/public/openapi/read/admin/advanced/cache.yaml index e642ed0071..06d7890971 100644 --- a/public/openapi/read/admin/advanced/cache.yaml +++ b/public/openapi/read/admin/advanced/cache.yaml @@ -88,28 +88,8 @@ get: type: string enabled: type: boolean - headerFooterCache: - type: object - properties: - length: - type: number - max: - type: number - itemCount: - type: number - percentFull: - type: number - hits: - type: string - misses: - type: string - hitRatio: - type: string - enabled: - type: boolean required: - postCache - groupCache - localCache - - headerFooterCache - $ref: ../../../components/schemas/CommonProps.yaml#/CommonProps \ No newline at end of file