NOISSUE - Add property based testing to readers API (#2177)

Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
This commit is contained in:
b1ackd0t
2024-04-18 18:21:25 +03:00
committed by GitHub
parent 24b5ea14b1
commit 66c737a22d
3 changed files with 65 additions and 1 deletions
+3 -1
View File
@@ -37,6 +37,7 @@ tags:
paths:
/channels/{chanId}/messages:
get:
operationId: getMessages
summary: Retrieves messages sent to single channel
description: |
Retrieves a list of messages sent to specific channel. Due to
@@ -70,6 +71,7 @@ paths:
$ref: "#/components/responses/ServiceError"
/health:
get:
operationId: health
summary: Retrieves service health check info.
tags:
- health
@@ -278,7 +280,7 @@ components:
HealthRes:
description: Service Health Check.
content:
application/json:
application/health+json:
schema:
$ref: "./schemas/HealthInfo.yml"