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
|
||||
days:
|
||||
type: integer
|
||||
format: int8
|
||||
minimum: 1
|
||||
maximum: 5
|
||||
default: 1
|
||||
|
|
|
|||
Reference in a new issue