Fix: update health status model to use HEALTH_STATUS_LIST

This commit is contained in:
Damodar Lohani 2026-01-01 07:59:06 +00:00
parent 25435aaa11
commit 0305790e69
3 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ class Get extends Action
responses: [
new SDKResponse(
code: Response::STATUS_CODE_OK,
model: Response::MODEL_HEALTH_STATUS,
model: Response::MODEL_HEALTH_STATUS_LIST,
)
],
contentType: ContentType::JSON

View file

@ -41,7 +41,7 @@ class Get extends Action
responses: [
new SDKResponse(
code: Response::STATUS_CODE_OK,
model: Response::MODEL_HEALTH_STATUS,
model: Response::MODEL_HEALTH_STATUS_LIST,
)
],
contentType: ContentType::JSON

View file

@ -41,7 +41,7 @@ class Get extends Action
responses: [
new SDKResponse(
code: Response::STATUS_CODE_OK,
model: Response::MODEL_HEALTH_STATUS,
model: Response::MODEL_HEALTH_STATUS_LIST,
)
],
contentType: ContentType::JSON