Class TimelineController
[ApiAuthenticationRequirement(ApiAuthenticationType.None)]
[JwtAuthorize]
public class TimelineController : ApiController, IHttpController, IDisposable
- Inheritance
-
TimelineController
- Implements
- Inherited Members
Constructors
TimelineController()
public TimelineController()
Methods
ExecuteCommand(string)
[HttpPost]
[Route("api/timeline/commands")]
public HttpResponseMessage ExecuteCommand(string command)
Parameters
commandstring