Update model assignment. Change enum and default of phase.

This commit is contained in:
Ludwig Reiter 2020-10-30 10:03:40 +01:00
parent 4d8a53513a
commit e199e9dbe0
1 changed files with 2 additions and 2 deletions

View File

@ -1566,10 +1566,10 @@ assignment:
phase:
type: number
enum:
- 0
- 1
- 2
- 3
default: 1
default: 0
default_poll_description: string
number_poll_candidates: boolean