From 4f37de24f65c4384b8db28710e6e00e17005483f Mon Sep 17 00:00:00 2001 From: "yanlong.wang" Date: Tue, 21 May 2024 17:35:16 +0800 Subject: [PATCH] fix: docs --- backend/functions/src/cloud-functions/crawler.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/functions/src/cloud-functions/crawler.ts b/backend/functions/src/cloud-functions/crawler.ts index ae109f6..3337333 100644 --- a/backend/functions/src/cloud-functions/crawler.ts +++ b/backend/functions/src/cloud-functions/crawler.ts @@ -401,8 +401,8 @@ ${suffixMixins.length ? `\n${suffixMixins.join('\n\n')}\n` : ''}`; 'Accept': { description: `Specifies your preference for the response format.\n\n` + `Supported formats: \n` + - `- text/event - stream\n` + - `- application/json or text/json\n` + + `- text/event-stream\n` + + `- application/json or text/json\n` + `- text/plain` , in: 'header',