Files
medusa-store/docs-util/oas-output/schemas/UpdateApiKey.ts
Shahed Nasser 4fe28f5a95 chore: reorganize docs apps (#7228)
* reorganize docs apps

* add README

* fix directory

* add condition for old docs
2024-05-03 17:36:38 +03:00

14 lines
214 B
TypeScript

/**
* @schema UpdateApiKey
* type: object
* description: SUMMARY
* x-schemaName: UpdateApiKey
* properties:
* title:
* type: string
* title: title
* description: The api key's title.
*
*/