Skip to content

Commit 62602d9

Browse files
Update enum to snake case for consistency
1 parent 3f8734f commit 62602d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2766,7 +2766,7 @@
27662766
"type": "boolean",
27672767
"example": true
27682768
},
2769-
"borderWidth": {
2769+
"border_width": {
27702770
"type": "integer",
27712771
"maximum": 3,
27722772
"minimum": 0,
@@ -3837,7 +3837,7 @@
38373837
"type": "boolean",
38383838
"example": true
38393839
},
3840-
"borderWidth": {
3840+
"border_width": {
38413841
"type": "integer",
38423842
"maximum": 3,
38433843
"minimum": 0,

0 commit comments

Comments
 (0)