mirror of
https://github.com/bitwarden/server
synced 2025-12-21 10:43:44 +00:00
add missing string length checks
This commit is contained in:
@@ -13,6 +13,7 @@ namespace Bit.Core.Models.Api
|
||||
public string Name { get; set; }
|
||||
[Required]
|
||||
public bool? AccessAll { get; set; }
|
||||
[StringLength(300)]
|
||||
public string ExternalId { get; set; }
|
||||
public IEnumerable<SelectionReadOnlyRequestModel> Collections { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user