mirror of
https://github.com/bitwarden/server
synced 2026-01-05 01:53:17 +00:00
Move request/response models (#1754)
This commit is contained in:
10
src/Api/Models/Request/AttachmentRequestModel.cs
Normal file
10
src/Api/Models/Request/AttachmentRequestModel.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Bit.Api.Models.Request
|
||||
{
|
||||
public class AttachmentRequestModel
|
||||
{
|
||||
public string Key { get; set; }
|
||||
public string FileName { get; set; }
|
||||
public long FileSize { get; set; }
|
||||
public bool AdminRequest { get; set; } = false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user