MCPcopy Create free account
hub / github.com/aptabase/aptabase / CreateAppRequestBody

Class CreateAppRequestBody

src/Features/Apps/AppsController.cs:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41public class CreateAppRequestBody
42{
43 [Required]
44 [StringLength(40, MinimumLength = 2)]
45 public string Name { get; set; } = "";
46}
47
48public class UpdateAppRequestBody
49{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected