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
33 changes: 0 additions & 33 deletions services/external-actor-gateway-service/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,26 +205,6 @@ components:
- message
- requestId
type: object
GetHealthz:
type: object
properties:
healthy:
type: boolean
service:
type: string
timestamp:
type: string
uptime:
type: number
version:
type: string
required:
- healthy
- service
- timestamp
- uptime
- version
additionalProperties: false
GetLink:
type: object
properties:
Expand Down Expand Up @@ -753,19 +733,6 @@ components:
name: x-api-key
type: apiKey
paths:
/healthz:
get:
description: Returns service health status
operationId: healthCheck
responses:
"200":
description: Successful operation
content:
application/json:
schema:
$ref: "#/components/schemas/GetHealthz"
summary: Health check
security: []
/v0/page_groups:
get:
description: Retrieve a list of page groups for the authenticated tenant with optional filtering and pagination
Expand Down