refactor(api): change type of training.days to int8
This commit is contained in:
parent
3c2fe79ac8
commit
05cde5057a
1 changed files with 1 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ components:
|
||||||
type: string
|
type: string
|
||||||
days:
|
days:
|
||||||
type: integer
|
type: integer
|
||||||
|
format: int8
|
||||||
minimum: 1
|
minimum: 1
|
||||||
maximum: 5
|
maximum: 5
|
||||||
default: 1
|
default: 1
|
||||||
|
|
|
||||||
Reference in a new issue