mirror of https://github.com/harness/drone.git
Update README.md (#247)
parent
2227e13e7d
commit
0c0fa8f7cc
|
@ -56,7 +56,7 @@ This project includes a simple user interface for interacting with the system. W
|
|||
|
||||
# Swagger
|
||||
|
||||
This project includes a swagger specification. When you run the application, you can access the swagger specification by navigating to `http://localhost:3000/swagger` in your browser.
|
||||
This project includes a swagger specification.When you run the application, you can access the swagger specification by navigating to `http://localhost:3000/swagger` in your browser (for raw yaml see `http://localhost:3000/openapi.yaml`).
|
||||
|
||||
|
||||
## Auto-Generate Gitness API Client used by UI using Swagger
|
||||
|
@ -136,4 +136,4 @@ The token can then be send as part of the `Authorization` header with Postman or
|
|||
```bash
|
||||
$ curl http://localhost:3000/api/v1/user \
|
||||
-H "Authorization: Bearer $TOKEN"
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue