14 lines
225 B
TypeScript
14 lines
225 B
TypeScript
/**
|
|
* @schema AdminApiKeyResponse
|
|
* type: object
|
|
* description: SUMMARY
|
|
* x-schemaName: AdminApiKeyResponse
|
|
* required:
|
|
* - api_key
|
|
* properties:
|
|
* api_key:
|
|
* $ref: "#/components/schemas/AdminApiKey"
|
|
*
|
|
*/
|
|
|