mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
attachments page
This commit is contained in:
@@ -249,7 +249,7 @@ namespace Bit.Core.Services
|
||||
public Task DeleteCipherAttachmentAsync(string id, string attachmentId)
|
||||
{
|
||||
return SendAsync<object, object>(HttpMethod.Delete,
|
||||
string.Concat("/ciphers/", id, "/attachments/", attachmentId), null, true, false);
|
||||
string.Concat("/ciphers/", id, "/attachment/", attachmentId), null, true, false);
|
||||
}
|
||||
|
||||
public Task PostShareCipherAttachmentAsync(string id, string attachmentId, MultipartFormDataContent data,
|
||||
|
||||
Reference in New Issue
Block a user