household: API endpoint for posting a household

This commit is contained in:
nobohan
2022-04-15 12:23:16 +02:00
parent ae45f5f40b
commit bea019e9bc
2 changed files with 26 additions and 3 deletions

View File

@@ -555,6 +555,7 @@ class ChillPersonExtension extends Extension implements PrependExtensionInterfac
'methods' => [
Request::METHOD_GET => true,
Request::METHOD_HEAD => true,
Request::METHOD_POST => true,
],
],
'suggestHouseholdByAccompanyingPeriodParticipation' => [