Skip to content

Commit f7cd462

Browse files
chore: sync OpenAPI specs from PR #1274
1 parent 13398c2 commit f7cd462

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/external-actor-gateway-service/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ servers:
1414
url: https://api.beta.tryarchitect.com
1515
- description: Local environment
1616
url: http://localhost:25001
17+
security:
18+
- apiKey: []
1719
components:
1820
callbacks: {}
1921
examples:
@@ -1579,6 +1581,7 @@ paths:
15791581
schema:
15801582
$ref: "#/components/schemas/GetHealthz"
15811583
summary: Health check
1584+
security: []
15821585
/v0/brands:
15831586
get:
15841587
description: List all brands for the authenticated tenant

0 commit comments

Comments
 (0)