docs(api-reference): added local server to list of servers (#5572)
* docs(api-reference): added local server to list of servers * fix publishable api key route
This commit is contained in:
@@ -233,6 +233,7 @@ tags:
|
||||
description: How to manage users
|
||||
url: https://docs.medusajs.com/modules/users/admin/manage-users
|
||||
servers:
|
||||
- url: http://localhost:9000
|
||||
- url: https://api.medusa-commerce.com
|
||||
paths: { }
|
||||
components:
|
||||
|
||||
@@ -109,6 +109,7 @@ tags:
|
||||
description: How to create a swap in a storefront
|
||||
url: https://docs.medusajs.com/modules/orders/storefront/create-swap
|
||||
servers:
|
||||
- url: http://localhost:9000
|
||||
- url: https://api.medusa-commerce.com
|
||||
paths: { }
|
||||
components:
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ import { EntityManager } from "typeorm"
|
||||
import PublishableApiKeyService from "../../../../services/publishable-api-key"
|
||||
|
||||
/**
|
||||
* @oas [post] /admin/publishable-api-key/{id}
|
||||
* @oas [post] /admin/publishable-api-keys/{id}
|
||||
* operationId: "PostPublishableApiKysPublishableApiKey"
|
||||
* summary: "Update Publishable API Key"
|
||||
* description: "Update a Publishable API Key's details."
|
||||
|
||||
Reference in New Issue
Block a user