docs: generate OAS for 2.11.2 (#13925)
This commit is contained in:
@@ -14,22 +14,7 @@ properties:
|
||||
type: array
|
||||
description: The tax rate's rules.
|
||||
items:
|
||||
type: object
|
||||
description: A tax rate rule.
|
||||
required:
|
||||
- reference
|
||||
- reference_id
|
||||
properties:
|
||||
reference:
|
||||
type: string
|
||||
title: reference
|
||||
description: The name of the table this rule references.
|
||||
example: product_type
|
||||
reference_id:
|
||||
type: string
|
||||
title: reference_id
|
||||
description: The ID of the record in the table that the rule references.
|
||||
example: ptyp_123
|
||||
$ref: ./AdminCreateTaxRateRule.yaml
|
||||
name:
|
||||
type: string
|
||||
title: name
|
||||
@@ -51,3 +36,5 @@ properties:
|
||||
externalDocs:
|
||||
url: https://docs.medusajs.com/api/admin#manage-metadata
|
||||
description: Learn how to manage metadata
|
||||
required:
|
||||
- code
|
||||
|
||||
Reference in New Issue
Block a user