Skip to content

Commit 703ecb8

Browse files
committed
redo openapi
1 parent eba9e07 commit 703ecb8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

modeling-cmds/openapi/api.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2149,6 +2149,15 @@
21492149
"description": "If true, the axis is interpreted within the 2D space of the solid 2D's plane",
21502150
"type": "boolean"
21512151
},
2152+
"body_type": {
2153+
"description": "Should this extrude create a solid body or a surface?",
2154+
"default": "solid",
2155+
"allOf": [
2156+
{
2157+
"$ref": "#/components/schemas/BodyType"
2158+
}
2159+
]
2160+
},
21522161
"opposite": {
21532162
"description": "Should the revolution also revolve in the opposite direction along the given axis? If so, this specifies its angle.",
21542163
"default": "None",
@@ -2255,6 +2264,15 @@
22552264
}
22562265
]
22572266
},
2267+
"body_type": {
2268+
"description": "Should this extrude create a solid body or a surface?",
2269+
"default": "solid",
2270+
"allOf": [
2271+
{
2272+
"$ref": "#/components/schemas/BodyType"
2273+
}
2274+
]
2275+
},
22582276
"edge_id": {
22592277
"description": "The edge to use as the axis of revolution, must be linear and lie in the plane of the solid",
22602278
"type": "string",

0 commit comments

Comments
 (0)