Browse Source
Add required authorization header for endpoints to readme
feature/update-route-registration
Fabian Vowie
3 years ago
No known key found for this signature in database
GPG Key ID: C27317C33B27C410
1 changed files with
10 additions and
0 deletions
-
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. |
|
|
Show application information. |
|
|
|
|
|
|
|
|
|
|
|
**Required headers**: |
|
|
|
|
|
```shell |
|
|
|
|
|
Authorization: Bearer <Token> |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
**Example response**: |
|
|
**Example response**: |
|
|
|
|
|
|
|
|
```json |
|
|
```json |
|
@ -75,6 +80,11 @@ Show application information. |
|
|
|
|
|
|
|
|
Show pipeline information. |
|
|
Show pipeline information. |
|
|
|
|
|
|
|
|
|
|
|
**Required headers**: |
|
|
|
|
|
```shell |
|
|
|
|
|
Authorization: Bearer <Token> |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
**Example response**: |
|
|
**Example response**: |
|
|
|
|
|
|
|
|
```json |
|
|
```json |
|
|