Skip to content

Commit 03a4f3a

Browse files
committed
Test spec change
Signed-off-by: Daniel Metzner <[email protected]>
1 parent 574da74 commit 03a4f3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy_api_spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [main]
66
paths:
7-
- "src/Api/OpenAPI/specification.yaml"
7+
- 'src/Api/OpenAPI/specification.yaml'
88
workflow_dispatch:
99

1010
jobs:

src/Api/OpenAPI/specification.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ servers:
2020
tags:
2121
- name: 'Authentication'
2222
description: "
23-
* To have **full access** to all our features it is necessary to be **authenticate**d.\n
23+
* To have **full access** to all our features it is necessary to be **authenticated**.\n
2424
* Our authentication system utilizes **JWT** (https://jwt.io/introduction).\n
2525
* The bearer token you retrieve on login must be send in the **Authorization Header** of all following requests.\n
2626
- **Example**&#58; `curl -H \"Authorization: Bearer sagu4235afsyvyvdgsdqaWER22\" /route`

0 commit comments

Comments
 (0)