fix: require calendar owner or admin for booking confirm/decline. Fixes EventHub/EventHubBack#53
CI / test (push) Successful in 6m49s
CI / deploy-ift (push) Successful in 2m28s
CI / e2e-ift (push) Successful in 1m26s
CI / deploy-stage (push) Successful in 1m57s
CI / e2e-stage (push) Successful in 1m49s

This commit is contained in:
2026-07-22 10:53:01 +03:00
parent 9886dff8bf
commit fdb08eb453
4 changed files with 123 additions and 26 deletions
+1
View File
@@ -64,6 +64,7 @@ trails() ->
responses => #{
200 => #{description => <<"Booking updated">>},
400 => #{description => <<"Invalid action">>},
403 => #{description => <<"Access denied">>},
404 => #{description => <<"Booking not found">>}
}
},