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

Class IncomingAppRequest

src/Features/Apps/AppsController.cs:32–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32public class IncomingAppRequest
33{
34 public string AppId { get; set; } = "";
35 public string AppName { get; set; } = "";
36 public string RequesterEmail { get; set; } = "";
37 public DateTime RequestedAt { get; set; }
38 public AppRequestPurpose Purpose { get; set; }
39}
40
41public class CreateAppRequestBody
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected