From de36dd297b9ee0e66999460992870f3504af3fc0 Mon Sep 17 00:00:00 2001 From: gkumbhat Date: Fri, 24 May 2024 16:10:27 -0500 Subject: [PATCH] :bug: Fix title of objects in detector API spec Signed-off-by: gkumbhat --- docs/api/openapi_detector_api.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/openapi_detector_api.yaml b/docs/api/openapi_detector_api.yaml index 9feb5396..4533711e 100644 --- a/docs/api/openapi_detector_api.yaml +++ b/docs/api/openapi_detector_api.yaml @@ -518,7 +518,7 @@ components: type: object required: - contents - title: TextAnalysisHttpRequest + title: ContentAnalysisHttpRequest ContentsAnalysisResponse: type: array items: @@ -556,4 +556,4 @@ components: - detection - detection_type - score - title: TextAnalysisResponse + title: ContentAnalysisResponse