|
37 | 37 | tags: |
38 | 38 | - Task Endpoints |
39 | 39 | security: |
| 40 | + - projectKeyAuth: [] |
40 | 41 | - bearerAuth: [] |
41 | 42 | responses: |
42 | 43 | '200': |
@@ -109,6 +110,7 @@ paths: |
109 | 110 | summary: Create Payload |
110 | 111 | required: true |
111 | 112 | security: |
| 113 | + - projectKeyAuth: [] |
112 | 114 | - bearerAuth: [] |
113 | 115 | responses: |
114 | 116 | '201': |
@@ -159,6 +161,7 @@ paths: |
159 | 161 | tags: |
160 | 162 | - Task Endpoints |
161 | 163 | security: |
| 164 | + - projectKeyAuth: [] |
162 | 165 | - bearerAuth: [] |
163 | 166 | responses: |
164 | 167 | '200': |
@@ -229,6 +232,7 @@ paths: |
229 | 232 | summary: Update Payload |
230 | 233 | required: true |
231 | 234 | security: |
| 235 | + - projectKeyAuth: [] |
232 | 236 | - bearerAuth: [] |
233 | 237 | responses: |
234 | 238 | '200': |
@@ -289,6 +293,7 @@ paths: |
289 | 293 | value: 100 |
290 | 294 | summary: Update Payload |
291 | 295 | security: |
| 296 | + - projectKeyAuth: [] |
292 | 297 | - bearerAuth: [] |
293 | 298 | responses: |
294 | 299 | '200': |
@@ -338,6 +343,7 @@ paths: |
338 | 343 | tags: |
339 | 344 | - Task Endpoints |
340 | 345 | security: |
| 346 | + - projectKeyAuth: [] |
341 | 347 | - bearerAuth: [] |
342 | 348 | responses: |
343 | 349 | '204': |
@@ -369,6 +375,7 @@ paths: |
369 | 375 | tags: |
370 | 376 | - Action Endpoints |
371 | 377 | security: |
| 378 | + - projectKeyAuth: [] |
372 | 379 | - bearerAuth: [] |
373 | 380 | responses: |
374 | 381 | '200': |
@@ -411,6 +418,7 @@ paths: |
411 | 418 | $ref: '#/components/schemas/ActionRequest' |
412 | 419 | required: true |
413 | 420 | security: |
| 421 | + - projectKeyAuth: [] |
414 | 422 | - bearerAuth: [] |
415 | 423 | responses: |
416 | 424 | '201': |
@@ -452,6 +460,7 @@ paths: |
452 | 460 | tags: |
453 | 461 | - Action Endpoints |
454 | 462 | security: |
| 463 | + - projectKeyAuth: [] |
455 | 464 | - bearerAuth: [] |
456 | 465 | responses: |
457 | 466 | '200': |
@@ -498,6 +507,7 @@ paths: |
498 | 507 | $ref: '#/components/schemas/ActionRequest' |
499 | 508 | required: true |
500 | 509 | security: |
| 510 | + - projectKeyAuth: [] |
501 | 511 | - bearerAuth: [] |
502 | 512 | responses: |
503 | 513 | '200': |
@@ -543,6 +553,7 @@ paths: |
543 | 553 | schema: |
544 | 554 | $ref: '#/components/schemas/PatchedActionRequest' |
545 | 555 | security: |
| 556 | + - projectKeyAuth: [] |
546 | 557 | - bearerAuth: [] |
547 | 558 | responses: |
548 | 559 | '200': |
@@ -583,6 +594,7 @@ paths: |
583 | 594 | tags: |
584 | 595 | - Action Endpoints |
585 | 596 | security: |
| 597 | + - projectKeyAuth: [] |
586 | 598 | - bearerAuth: [] |
587 | 599 | responses: |
588 | 600 | '204': |
@@ -934,6 +946,9 @@ components: |
934 | 946 | bearerAuth: |
935 | 947 | type: http |
936 | 948 | scheme: bearer |
| 949 | + projectKeyAuth: |
| 950 | + type: http |
| 951 | + scheme: bearer |
937 | 952 | externalDocs: |
938 | 953 | url: https://docs.taskbadger.net |
939 | 954 | description: Task Badger Documentation |
0 commit comments