caluire-axel: fix schema for apply_changes endpoint (#73413) #38

Merged
lguerin merged 1 commits from wip/73413-caluire-axel-fix-schema into main 2023-01-14 11:31:22 +01:00
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ CHANGES_SCHEMA = {
'booked': copy.deepcopy(boolean_type),
},
'required': [
'activity_id',
'activity_label',
'day',
'booked',