docs: generate OAS for v2 (#7883)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
type: object
|
||||
description: SUMMARY
|
||||
x-schemaName: AdminCreateApiKey
|
||||
required:
|
||||
- title
|
||||
- type
|
||||
properties:
|
||||
title:
|
||||
type: string
|
||||
title: title
|
||||
description: The api key's title.
|
||||
type:
|
||||
type: string
|
||||
enum:
|
||||
- publishable
|
||||
- secret
|
||||
Reference in New Issue
Block a user