diff options
-rw-r--r-- | src/API.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/API.hs b/src/API.hs index 3c311591c210..4c67896e2448 100644 --- a/src/API.hs +++ b/src/API.hs @@ -73,4 +73,4 @@ type API = :> Post '[JSON] NoContent :<|> "accept-invitation" :> ReqBody '[JSON] T.AcceptInvitationRequest - :> Get '[JSON] NoContent + :> Post '[JSON] NoContent |