diff --git a/src/Api/Controllers/CiphersController.cs b/src/Api/Controllers/CiphersController.cs index a0d8c267ee..afe2a0f15a 100644 --- a/src/Api/Controllers/CiphersController.cs +++ b/src/Api/Controllers/CiphersController.cs @@ -415,6 +415,7 @@ namespace Bit.Api.Controllers } [HttpPost("{id}/attachment/{attachmentId}/share")] + [RequestSizeLimit(105_906_176)] [DisableFormValueModelBinding] public async Task PostAttachmentShare(string id, string attachmentId, Guid organizationId) {