From 219cd88095814b21c764c91ae854cda51c4e9916 Mon Sep 17 00:00:00 2001 From: Rui Tome Date: Mon, 30 Oct 2023 13:08:21 +0000 Subject: [PATCH] =?UTF-8?q?[AC-1139]=C2=A0Renamed=20CollectionsController?= =?UTF-8?q?=20method=20to=20delete=20collection=20users=20from=20'Delete'?= =?UTF-8?q?=20to=20'DeleteUser'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Api/Controllers/CollectionsController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/Controllers/CollectionsController.cs b/src/Api/Controllers/CollectionsController.cs index 26ba8d149f..695bb3959e 100644 --- a/src/Api/Controllers/CollectionsController.cs +++ b/src/Api/Controllers/CollectionsController.cs @@ -338,7 +338,7 @@ public class CollectionsController : Controller [HttpDelete("{id}/user/{orgUserId}")] [HttpPost("{id}/delete-user/{orgUserId}")] - public async Task Delete(Guid orgId, Guid id, Guid orgUserId) + public async Task DeleteUser(Guid orgId, Guid id, Guid orgUserId) { if (UseFlexibleCollections) {