fix(http): fix the swagger for cell update
parent
726fbefe9a
commit
5d195b63e0
|
@ -6639,8 +6639,18 @@ components:
|
||||||
CellUpdate:
|
CellUpdate:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
name:
|
x:
|
||||||
type: string
|
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:
|
CreateCell:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|
Loading…
Reference in New Issue