Skip to content

Commit bae0a45

Browse files
committed
redo openapi
1 parent 0880b80 commit bae0a45

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

modeling-cmds/openapi/api.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3615,6 +3615,15 @@
36153615
"type": "number",
36163616
"format": "float"
36173617
},
3618+
"backface_color": {
3619+
"nullable": true,
3620+
"description": "Color of the backface",
3621+
"allOf": [
3622+
{
3623+
"$ref": "#/components/schemas/Color"
3624+
}
3625+
]
3626+
},
36183627
"color": {
36193628
"description": "Color of the new material",
36203629
"allOf": [

0 commit comments

Comments
 (0)