Fixes filling bugs from Api
This commit is contained in:
parent
7d2d0eaf65
commit
d6575729e3
7 changed files with 3111 additions and 39 deletions
|
|
@ -4,11 +4,11 @@ using Yavsc.Attributes.Validation;
|
|||
namespace Yavsc.ApiControllers
|
||||
{
|
||||
public class BugReport {
|
||||
[Required]
|
||||
[Required,YaStringLength(1024)]
|
||||
public string ApiKey { get ; set; }
|
||||
[Required]
|
||||
[Required,YaStringLength(512)]
|
||||
public string Component { get ; set; }
|
||||
[Required][YaStringLength(1024)]
|
||||
[Required][YaStringLength(10240)]
|
||||
public string ExceptionObjectJson { get ; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue