fix: require calendar owner or admin for booking confirm/decline. Fixes EventHub/EventHubBack#53
This commit is contained in:
Regular → Executable
+1
@@ -64,6 +64,7 @@ trails() ->
|
||||
responses => #{
|
||||
200 => #{description => <<"Booking updated">>},
|
||||
400 => #{description => <<"Invalid action">>},
|
||||
403 => #{description => <<"Access denied">>},
|
||||
404 => #{description => <<"Booking not found">>}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user