Skip to content

Commit a48063e

Browse files
authored
docs: add link to manage metadata section in OAS and API reference (medusajs#13102)
1 parent 1bdf602 commit a48063e

File tree

550 files changed

+3359
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

550 files changed

+3359
-4
lines changed

www/apps/api-reference/specs/admin/components/schemas/AdminAddDraftOrderItems.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ properties:
4242
metadata:
4343
type: object
4444
description: The item's metadata, can hold custom key-value pairs.
45+
externalDocs:
46+
url: https://docs.medusajs.com/api/admin#manage-metadata
47+
description: Learn how to manage metadata

www/apps/api-reference/specs/admin/components/schemas/AdminAddDraftOrderShippingMethod.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ properties:
2525
metadata:
2626
type: object
2727
description: The shipping method's metadata, can hold custom key-value pairs.
28+
externalDocs:
29+
url: https://docs.medusajs.com/api/admin#manage-metadata
30+
description: Learn how to manage metadata

www/apps/api-reference/specs/admin/components/schemas/AdminBatchUpdateProduct.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ properties:
147147
metadata:
148148
type: object
149149
description: The product's metadata, can hold custom key-value pairs.
150+
externalDocs:
151+
url: https://docs.medusajs.com/api/admin#manage-metadata
152+
description: Learn how to manage metadata
150153
external_id:
151154
type: string
152155
title: external_id

www/apps/api-reference/specs/admin/components/schemas/AdminBatchUpdateProductVariant.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ properties:
7171
metadata:
7272
type: object
7373
description: The product variant's metadata, can hold custom key-value pairs.
74+
externalDocs:
75+
url: https://docs.medusajs.com/api/admin#manage-metadata
76+
description: Learn how to manage metadata
7477
prices:
7578
type: array
7679
description: The product variant's prices.

www/apps/api-reference/specs/admin/components/schemas/AdminClaim.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ properties:
6868
metadata:
6969
type: object
7070
description: The claim's metadata, used to store custom key-value pairs.
71+
externalDocs:
72+
url: https://docs.medusajs.com/api/admin#manage-metadata
73+
description: Learn how to manage metadata
7174
created_at:
7275
type: string
7376
format: date-time

www/apps/api-reference/specs/admin/components/schemas/AdminCollection.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@ properties:
4545
metadata:
4646
type: object
4747
description: The collection's metadata, used to store custom key-value pairs.
48+
externalDocs:
49+
url: https://docs.medusajs.com/api/admin#manage-metadata
50+
description: Learn how to manage metadata

www/apps/api-reference/specs/admin/components/schemas/AdminCreateCustomerGroup.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ properties:
1111
metadata:
1212
type: object
1313
description: The customer group's metadata, used to store custom key-value pairs.
14+
externalDocs:
15+
url: https://docs.medusajs.com/api/admin#manage-metadata
16+
description: Learn how to manage metadata

www/apps/api-reference/specs/admin/components/schemas/AdminCreateFulfillment.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ properties:
7070
metadata:
7171
type: object
7272
description: The delivery address's metadata, used to store custom key-value pairs.
73+
externalDocs:
74+
url: https://docs.medusajs.com/api/admin#manage-metadata
75+
description: Learn how to manage metadata
7376
items:
7477
type: array
7578
description: The items to fulfill.
@@ -167,3 +170,6 @@ properties:
167170
metadata:
168171
type: object
169172
description: The fulfillment's metadata, used to store custom key-value pairs.
173+
externalDocs:
174+
url: https://docs.medusajs.com/api/admin#manage-metadata
175+
description: Learn how to manage metadata

www/apps/api-reference/specs/admin/components/schemas/AdminCreateFulfillmentSetServiceZones.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ properties:
2222
metadata:
2323
type: object
2424
description: The geo zone's metadata.
25+
externalDocs:
26+
url: https://docs.medusajs.com/api/admin#manage-metadata
27+
description: Learn how to manage metadata
2528
country_code:
2629
type: string
2730
title: country_code
@@ -42,6 +45,9 @@ properties:
4245
metadata:
4346
type: object
4447
description: The geo zone's metadata.
48+
externalDocs:
49+
url: https://docs.medusajs.com/api/admin#manage-metadata
50+
description: Learn how to manage metadata
4551
country_code:
4652
type: string
4753
title: country_code
@@ -71,6 +77,9 @@ properties:
7177
metadata:
7278
type: object
7379
description: The geo zone's metadata.
80+
externalDocs:
81+
url: https://docs.medusajs.com/api/admin#manage-metadata
82+
description: Learn how to manage metadata
7483
country_code:
7584
type: string
7685
title: country_code
@@ -105,6 +114,9 @@ properties:
105114
metadata:
106115
type: object
107116
description: The geo zone's metadata.
117+
externalDocs:
118+
url: https://docs.medusajs.com/api/admin#manage-metadata
119+
description: Learn how to manage metadata
108120
country_code:
109121
type: string
110122
title: country_code

www/apps/api-reference/specs/admin/components/schemas/AdminCreateGiftCardParams.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ properties:
4949
metadata:
5050
type: object
5151
description: The gift card's metadata, can hold custom key-value pairs.
52+
externalDocs:
53+
url: https://docs.medusajs.com/api/admin#manage-metadata
54+
description: Learn how to manage metadata

0 commit comments

Comments
 (0)