Skip to content

Commit e702506

Browse files
committed
update samples
1 parent 68b944e commit e702506

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

samples/client/petstore/julia/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,6 @@ Class | Method
5454

5555
## Authorization
5656

57-
## api_key
58-
- **Type**: API key
59-
60-
Example
61-
```
62-
using OpenAPI
63-
using OpenAPI.Clients
64-
import OpenAPI.Clients: Client
65-
client = Client(server_uri)
66-
api = MyApi(client)
67-
result = callApi(api, args...; api_key)
68-
```
6957
## petstore_auth
7058
- **Type**: OAuth
7159
- **Flow**: implicit
@@ -84,6 +72,18 @@ Example
8472
api = MyApi(client)
8573
result = callApi(api, args...; api_key)
8674
```
75+
## api_key
76+
- **Type**: API key
77+
78+
Example
79+
```
80+
using OpenAPI
81+
using OpenAPI.Clients
82+
import OpenAPI.Clients: Client
83+
client = Client(server_uri)
84+
api = MyApi(client)
85+
result = callApi(api, args...; api_key)
86+
```
8787

8888
## Author
8989

0 commit comments

Comments
 (0)