Skip to content

Commit 957b523

Browse files
committed
update taskbadger.yaml
1 parent 16c7ef1 commit 957b523

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

taskbadger.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ paths:
3737
tags:
3838
- Task Endpoints
3939
security:
40+
- projectKeyAuth: []
4041
- bearerAuth: []
4142
responses:
4243
'200':
@@ -109,6 +110,7 @@ paths:
109110
summary: Create Payload
110111
required: true
111112
security:
113+
- projectKeyAuth: []
112114
- bearerAuth: []
113115
responses:
114116
'201':
@@ -159,6 +161,7 @@ paths:
159161
tags:
160162
- Task Endpoints
161163
security:
164+
- projectKeyAuth: []
162165
- bearerAuth: []
163166
responses:
164167
'200':
@@ -229,6 +232,7 @@ paths:
229232
summary: Update Payload
230233
required: true
231234
security:
235+
- projectKeyAuth: []
232236
- bearerAuth: []
233237
responses:
234238
'200':
@@ -289,6 +293,7 @@ paths:
289293
value: 100
290294
summary: Update Payload
291295
security:
296+
- projectKeyAuth: []
292297
- bearerAuth: []
293298
responses:
294299
'200':
@@ -338,6 +343,7 @@ paths:
338343
tags:
339344
- Task Endpoints
340345
security:
346+
- projectKeyAuth: []
341347
- bearerAuth: []
342348
responses:
343349
'204':
@@ -369,6 +375,7 @@ paths:
369375
tags:
370376
- Action Endpoints
371377
security:
378+
- projectKeyAuth: []
372379
- bearerAuth: []
373380
responses:
374381
'200':
@@ -411,6 +418,7 @@ paths:
411418
$ref: '#/components/schemas/ActionRequest'
412419
required: true
413420
security:
421+
- projectKeyAuth: []
414422
- bearerAuth: []
415423
responses:
416424
'201':
@@ -452,6 +460,7 @@ paths:
452460
tags:
453461
- Action Endpoints
454462
security:
463+
- projectKeyAuth: []
455464
- bearerAuth: []
456465
responses:
457466
'200':
@@ -498,6 +507,7 @@ paths:
498507
$ref: '#/components/schemas/ActionRequest'
499508
required: true
500509
security:
510+
- projectKeyAuth: []
501511
- bearerAuth: []
502512
responses:
503513
'200':
@@ -543,6 +553,7 @@ paths:
543553
schema:
544554
$ref: '#/components/schemas/PatchedActionRequest'
545555
security:
556+
- projectKeyAuth: []
546557
- bearerAuth: []
547558
responses:
548559
'200':
@@ -583,6 +594,7 @@ paths:
583594
tags:
584595
- Action Endpoints
585596
security:
597+
- projectKeyAuth: []
586598
- bearerAuth: []
587599
responses:
588600
'204':
@@ -934,6 +946,9 @@ components:
934946
bearerAuth:
935947
type: http
936948
scheme: bearer
949+
projectKeyAuth:
950+
type: http
951+
scheme: bearer
937952
externalDocs:
938953
url: https://docs.taskbadger.net
939954
description: Task Badger Documentation

0 commit comments

Comments
 (0)