@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api LUIS Runtime Client
@version 2.0
@auth ApiKey Ocp-Apim-Subscription-Key in header
@endpoints 2
@toc apps(2)

@endpoint GET /apps/{appId}
@required {appId: any, q: any}
@optional {timezoneOffset: any, verbose: any, staging: any, spellCheck: any, bing-spell-check-subscription-key: any, log: any}
@returns(200)

@endpoint POST /apps/{appId}
@required {appId: any, q: str}
@optional {timezoneOffset: any, verbose: any, staging: any, spellCheck: any, bing-spell-check-subscription-key: any, log: any}
@returns(200)

@end
