Spaces:
Build error
Build error
fix: docs
Browse files
backend/functions/src/cloud-functions/crawler.ts
CHANGED
|
@@ -401,8 +401,8 @@ ${suffixMixins.length ? `\n${suffixMixins.join('\n\n')}\n` : ''}`;
|
|
| 401 |
'Accept': {
|
| 402 |
description: `Specifies your preference for the response format.\n\n` +
|
| 403 |
`Supported formats: \n` +
|
| 404 |
-
`- text/event
|
| 405 |
-
`- application/json
|
| 406 |
`- text/plain`
|
| 407 |
,
|
| 408 |
in: 'header',
|
|
|
|
| 401 |
'Accept': {
|
| 402 |
description: `Specifies your preference for the response format.\n\n` +
|
| 403 |
`Supported formats: \n` +
|
| 404 |
+
`- text/event-stream\n` +
|
| 405 |
+
`- application/json or text/json\n` +
|
| 406 |
`- text/plain`
|
| 407 |
,
|
| 408 |
in: 'header',
|