@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Feature Flags API
@version 1.0.0
@auth ApiKey token in query
@endpoints 2
@toc flags(2)

@endpoint GET /flags
@required {token: str, context: str}
@returns(200) {flags: map}
@errors {400, 401, 403}

@endpoint GET /flags/definitions
@required {token: str}
@returns(200) {flags: [map]}
@errors {401, 403}

@end
