Skip to content

Commit 3cfee3d

Browse files
committed
redo openapi
1 parent 40ac70f commit 3cfee3d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

modeling-cmds/openapi/api.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5547,6 +5547,30 @@
55475547
"type"
55485548
]
55495549
},
5550+
{
5551+
"description": "Sets the default backface color used if a specific color is not set",
5552+
"type": "object",
5553+
"properties": {
5554+
"backface_color": {
5555+
"description": "The default color to use for all backfaces",
5556+
"allOf": [
5557+
{
5558+
"$ref": "#/components/schemas/Color"
5559+
}
5560+
]
5561+
},
5562+
"type": {
5563+
"type": "string",
5564+
"enum": [
5565+
"set_default_backface_color"
5566+
]
5567+
}
5568+
},
5569+
"required": [
5570+
"backface_color",
5571+
"type"
5572+
]
5573+
},
55505574
{
55515575
"description": "Fit the view to the specified object(s).",
55525576
"type": "object",

0 commit comments

Comments
 (0)