chore(openapi): set correct content type for server-sent events (#2045)
This commit is contained in:
parent
0fe94c1616
commit
6e626afdcb
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ export namespace Server {
|
||||||
200: {
|
200: {
|
||||||
description: "Event stream",
|
description: "Event stream",
|
||||||
content: {
|
content: {
|
||||||
"application/json": {
|
"text/event-stream": {
|
||||||
schema: resolver(
|
schema: resolver(
|
||||||
Bus.payloads().openapi({
|
Bus.payloads().openapi({
|
||||||
ref: "Event",
|
ref: "Event",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue