1
0
mirror of https://github.com/bitwarden/server synced 2025-12-16 08:13:33 +00: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; }
}
}