diff --git a/src/Core/Models/Api/CipherFieldModel.cs b/src/Core/Models/Api/CipherFieldModel.cs index 655cd02a93..ff6d049851 100644 --- a/src/Core/Models/Api/CipherFieldModel.cs +++ b/src/Core/Models/Api/CipherFieldModel.cs @@ -19,7 +19,7 @@ namespace Bit.Core.Models.Api public FieldType Type { get; set; } [EncryptedStringLength(1000)] public string Name { get; set; } - [EncryptedStringLength(1000)] + [EncryptedStringLength(5000)] public string Value { get; set; } } }