Skip to content

Commit 7b1028e

Browse files
authored
docs-util: fix workflows not picked for some routes + generate OAS (medusajs#13342)
* generated oas * fixes and improvements
1 parent 899ac2f commit 7b1028e

23 files changed

+294
-1033
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ description: The shipping option type's details.
33
x-schemaName: AdminCreateShippingOptionType
44
required:
55
- label
6-
- description
76
- code
87
properties:
98
label:

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

Lines changed: 0 additions & 174 deletions
This file was deleted.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
type: object
2+
description: The properties to update in the shipping option type.
3+
properties:
4+
code:
5+
type: string
6+
title: code
7+
description: The shipping option type's code.
8+
description:
9+
type: string
10+
title: description
11+
description: The shipping option type's description.
12+
label:
13+
type: string
14+
title: label
15+
description: The shipping option type's label.
16+
x-schemaName: AdminUpdateShippingOptionType

0 commit comments

Comments
 (0)