Skip to content

Commit 3a5198f

Browse files
bugerTyk Bot
authored andcommitted
[DX-2179] docs: fix Content-Type in Swagger for Streams API endpoints (#1118)
(cherry picked from commit 44d4459)
1 parent faed4b9 commit 3a5198f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

swagger/dashboard-swagger.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1988,7 +1988,7 @@ paths:
19881988
enum: ["application/vnd.tyk.streams.oas"]
19891989
requestBody:
19901990
content:
1991-
application/json:
1991+
application/vnd.tyk.streams.oas:
19921992
examples:
19931993
StreamsAPIExample:
19941994
$ref: "#/components/examples/streamsExample"
@@ -2240,7 +2240,7 @@ paths:
22402240
- $ref: '#/components/parameters/Authentication'
22412241
requestBody:
22422242
content:
2243-
application/json:
2243+
application/vnd.tyk.streams.oas:
22442244
examples:
22452245
PatchOASExample:
22462246
$ref: "#/components/examples/streamsExample"
@@ -2333,7 +2333,7 @@ paths:
23332333
type: string
23342334
requestBody:
23352335
content:
2336-
application/json:
2336+
application/vnd.tyk.streams.oas:
23372337
examples:
23382338
StreamsAPIExample:
23392339
$ref: "#/components/examples/streamsExample"

0 commit comments

Comments
 (0)