diff --git a/src/services/api.service.ts b/src/services/api.service.ts index 86173bbfae2..f6a9da0b739 100644 --- a/src/services/api.service.ts +++ b/src/services/api.service.ts @@ -654,7 +654,7 @@ export class ApiService implements ApiServiceAbstraction { } postAttachmentFile(id: string, attachmentId: string, data: FormData): Promise { - return this.send('POST', '/ciphers/' + id + '/attachment/' + attachmentId + '/renew', data, true, false); + return this.send('POST', '/ciphers/' + id + '/attachment/' + attachmentId, data, true, false); } // Collections APIs