diff --git a/src/Core/Services/ApiService.cs b/src/Core/Services/ApiService.cs index 0d69f5d9d..81434a549 100644 --- a/src/Core/Services/ApiService.cs +++ b/src/Core/Services/ApiService.cs @@ -334,7 +334,7 @@ namespace Bit.Core.Services } public Task<AttachmentUploadDataResponse> RenewAttachmentUploadUrlAsync(string cipherId, string attachmentId) => - SendAsync<AttachmentUploadDataResponse>(HttpMethod.Get, $"/ciphers/{cipherId}/attachment/{attachmentId}", true); + SendAsync<AttachmentUploadDataResponse>(HttpMethod.Get, $"/ciphers/{cipherId}/attachment/{attachmentId}/renew", true); public Task PostAttachmentFileAsync(string cipherId, string attachmentId, MultipartFormDataContent data) => SendAsync(HttpMethod.Post,