Skip to content

Commit

Permalink
Bump websocket api
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Sep 4, 2023
1 parent 1273a0b commit 557e183
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions websocket/websocket-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,9 @@ components:
- message
properties:
created_at:
$ref: '#/components/schemas/Timestamp'
type: integer
format: int64
minimum: 0
message:
type: string
ServiceLogResponseDto:
Expand All @@ -541,7 +543,9 @@ components:
- version
properties:
created_at:
$ref: '#/components/schemas/Timestamp'
type: integer
format: int64
minimum: 0
message:
type: string
pod_name:
Expand Down

0 comments on commit 557e183

Please sign in to comment.