@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api HyperDrive
@version 2019-09-30
@auth OAuth2
@endpoints 2
@toc hyperdrive(2)

@endpoint POST /hyperdrive/v1.0/{armScope}/runs
@required {armScope: any, config: any}
@returns(201)

@endpoint POST /hyperdrive/v1.0/{armScope}/runs/{runId}/cancel
@required {armScope: any, runId: any}
@optional {RunHistoryHost: any}
@returns(200)

@end
