diff --git a/samples/client/petstore/julia/README.md b/samples/client/petstore/julia/README.md index 3509f49b937..4032ba97fc3 100644 --- a/samples/client/petstore/julia/README.md +++ b/samples/client/petstore/julia/README.md @@ -54,18 +54,6 @@ Class | Method ## Authorization -## api_key -- **Type**: API key - -Example -``` - using OpenAPI - using OpenAPI.Clients - import OpenAPI.Clients: Client - client = Client(server_uri) - api = MyApi(client) - result = callApi(api, args...; api_key) -``` ## petstore_auth - **Type**: OAuth - **Flow**: implicit @@ -84,6 +72,18 @@ Example api = MyApi(client) result = callApi(api, args...; api_key) ``` +## api_key +- **Type**: API key + +Example +``` + using OpenAPI + using OpenAPI.Clients + import OpenAPI.Clients: Client + client = Client(server_uri) + api = MyApi(client) + result = callApi(api, args...; api_key) +``` ## Author