diff --git a/common/swagger/v1/jdbc-swagger.yaml b/common/swagger/v1/jdbc-swagger.yaml index d6a76431..3d42f8ed 100644 --- a/common/swagger/v1/jdbc-swagger.yaml +++ b/common/swagger/v1/jdbc-swagger.yaml @@ -55,7 +55,7 @@ paths: - health summary: Readiness check description: Checks if the model schema can be retrieved successfully. - operationId: readinessCheck + operationId: getReadyz produces: - application/json responses: diff --git a/common/swagger/v1/swagger.yaml b/common/swagger/v1/swagger.yaml index ccfaf5b9..15bccdab 100644 --- a/common/swagger/v1/swagger.yaml +++ b/common/swagger/v1/swagger.yaml @@ -55,7 +55,7 @@ paths: - health summary: Readiness check description: Checks if the model schema can be retrieved successfully. - operationId: readinessCheck + operationId: getReadyz produces: - application/json responses: