1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 00:22:50 -05:00

folder permission checks and null folder

This commit is contained in:
Kyle Spearrin
2017-06-09 09:48:44 -04:00
parent d3073e675e
commit f24bc96846
6 changed files with 15 additions and 6 deletions

View File

@ -100,7 +100,6 @@ namespace Bit.Core.Models.Api
{
[Required]
public IEnumerable<string> Ids { get; set; }
[Required]
public string FolderId { get; set; }
}
}