Skip to content

Commit

Permalink
fix: spec
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Nov 8, 2020
1 parent 2e44639 commit fe63c6a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions public/openapi/read/admin/advanced/cache.yaml
Expand Up @@ -88,8 +88,28 @@ 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

0 comments on commit fe63c6a

Please sign in to comment.