fix(http): fix the swagger for cell update
parent
726fbefe9a
commit
5d195b63e0
|
@ -6639,8 +6639,18 @@ components:
|
|||
CellUpdate:
|
||||
type: object
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
x:
|
||||
type: integer
|
||||
format: int32
|
||||
"y": # Quoted to prevent YAML parser from interpreting y as shorthand for true.
|
||||
type: integer
|
||||
format: int32
|
||||
w:
|
||||
type: integer
|
||||
format: int32
|
||||
h:
|
||||
type: integer
|
||||
format: int32
|
||||
CreateCell:
|
||||
type: object
|
||||
properties:
|
||||
|
|
Loading…
Reference in New Issue