diff --git a/src/Api/Controllers/OrganizationsController.cs b/src/Api/Controllers/OrganizationsController.cs index 6d7991a99..b46819e8d 100644 --- a/src/Api/Controllers/OrganizationsController.cs +++ b/src/Api/Controllers/OrganizationsController.cs @@ -159,6 +159,7 @@ namespace Bit.Api.Controllers [HttpPut("{id}")] [HttpPost("{id}")] + [SelfHosted(NotSelfHostedOnly = true)] public async Task Put(string id, [FromBody]OrganizationUpdateRequestModel model) { var orgIdGuid = new Guid(id);