forked from loafle/openapi-generator-original
update kotlin samples
This commit is contained in:
parent
c38d825a89
commit
45baa5e621
@ -112,7 +112,7 @@ class BirdApi(basePath: kotlin.String = defaultBasePath, client: OkHttpClient =
|
||||
|
||||
return RequestConfig(
|
||||
method = RequestMethod.GET,
|
||||
path = "/v1/bird/{id}".replace("{"+"id"+"}", "$id"),
|
||||
path = "/v1/bird/{id}".replace("{"+"id"+"}", id.toString()),
|
||||
query = localVariableQuery,
|
||||
headers = localVariableHeaders,
|
||||
body = localVariableBody
|
||||
|
Loading…
x
Reference in New Issue
Block a user