Browse Source

Add required authorization header for endpoints to readme

feature/start-readme
Fabian Vowie 2 years ago
parent
commit
cfd83bb5e9
No known key found for this signature in database GPG Key ID: C27317C33B27C410
  1. 10
      README.md

10
README.md

@ -62,6 +62,11 @@ docker run --rm -v "$PWD":/usr/src/lithium -w /usr/src/lithium golang:1.17 go te
Show application information.
**Required headers**:
```shell
Authorization: Bearer <Token>
```
**Example response**:
```json
@ -75,6 +80,11 @@ Show application information.
Show pipeline information.
**Required headers**:
```shell
Authorization: Bearer <Token>
```
**Example response**:
```json

Loading…
Cancel
Save