fix: docs

This commit is contained in:
yanlong.wang 2024-05-21 17:35:16 +08:00
parent a8e0628460
commit 4f37de24f6
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37

View File

@ -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',