diff --git a/src/Api/Controllers/CiphersController.cs b/src/Api/Controllers/CiphersController.cs index 669bcd0203..22b6ce0e93 100644 --- a/src/Api/Controllers/CiphersController.cs +++ b/src/Api/Controllers/CiphersController.cs @@ -601,7 +601,7 @@ namespace Bit.Api.Controllers }; } - [HttpGet("{id}/attachment/{attachmentId}")] + [HttpGet("{id}/attachment/{attachmentId}/renew")] public async Task RenewFileUploadUrl(string id, string attachmentId) { var userId = _userService.GetProperUserId(User).Value;