Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions services/external-actor-gateway-service/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ servers:
url: https://api.beta.tryarchitect.com
- description: Local environment
url: http://localhost:25001
security:
- apiKey: []
components:
callbacks: {}
examples:
Expand Down Expand Up @@ -1579,6 +1581,7 @@ paths:
schema:
$ref: "#/components/schemas/GetHealthz"
summary: Health check
security: []
/v0/brands:
get:
description: List all brands for the authenticated tenant
Expand Down
Loading