Skip to content

Commit 1528a84

Browse files
authored
Merge pull request #200 from codesandbox/update-pint-api-spec
chore: remove json response from SSE apis spec
2 parents 489f033 + 9aa9004 commit 1528a84

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

pint-openapi-bundled.json

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,32 +1655,6 @@
16551655
"200": {
16561656
"description": "Open ports retrieved successfully",
16571657
"content": {
1658-
"application/json": {
1659-
"schema": {
1660-
"$ref": "#/components/schemas/PortsListResponse"
1661-
},
1662-
"examples": {
1663-
"default": {
1664-
"summary": "Example ports response",
1665-
"value": {
1666-
"ports": [
1667-
{
1668-
"port": 8080,
1669-
"address": "0.0.0.0"
1670-
},
1671-
{
1672-
"port": 3000,
1673-
"address": "127.0.0.1"
1674-
},
1675-
{
1676-
"port": 5432,
1677-
"address": "::1"
1678-
}
1679-
]
1680-
}
1681-
}
1682-
}
1683-
},
16841658
"text/event-stream": {
16851659
"schema": {
16861660
"type": "string",

0 commit comments

Comments
 (0)