Added DefaultDockerImage to star. Completed star update form.
This commit is contained in:
@@ -42,6 +42,7 @@ public class UpdateStarRequest
|
||||
public int RequiredAllocations { get; set; }
|
||||
|
||||
public bool AllowDockerImageChange { get; set; }
|
||||
public int DefaultDockerImage { get; set; }
|
||||
|
||||
[Required(ErrorMessage = "You need to provide parse configuration")]
|
||||
public string ParseConfiguration { get; set; }
|
||||
|
||||
@@ -31,5 +31,6 @@ public class StarDetailResponse
|
||||
// Misc
|
||||
public int RequiredAllocations { get; set; }
|
||||
public bool AllowDockerImageChange { get; set; }
|
||||
public int DefaultDockerImage { get; set; }
|
||||
public string ParseConfiguration { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user