Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminCreateApiKey.yaml
2024-08-30 08:35:10 +02:00

18 lines
295 B
YAML

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
description: The api key's type.
enum:
- publishable
- secret