diff --git a/changelog.d/1-api-changes/store-put-connection b/changelog.d/1-api-changes/store-put-connection new file mode 100644 index 0000000000..60a3ea5a7c --- /dev/null +++ b/changelog.d/1-api-changes/store-put-connection @@ -0,0 +1 @@ +Restore PUT /v2/connections endpoint diff --git a/libs/wire-api/src/Wire/API/Routes/Public/Brig.hs b/libs/wire-api/src/Wire/API/Routes/Public/Brig.hs index f424a11078..a8cabe0110 100644 --- a/libs/wire-api/src/Wire/API/Routes/Public/Brig.hs +++ b/libs/wire-api/src/Wire/API/Routes/Public/Brig.hs @@ -698,7 +698,6 @@ type ConnectionAPI = Named "update-connection" ( Summary "Update a connection to another user" - :> Until 'V2 :> CanThrow 'MissingLegalholdConsent :> CanThrow 'InvalidUser :> CanThrow 'ConnectionLimitReached