@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api spec
@base https://api.ote-godaddy.com
@endpoints 2
@toc countries(2)

@endpoint GET /v1/countries
@required {marketId: any}
@returns(200)
@errors {422, 429, 500}

@endpoint GET /v1/countries/{countryKey}
@required {countryKey: any, marketId: any}
@returns(200)
@errors {404, 422, 429, 500}

@end
