We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 489f033 + 9aa9004 commit 1528a84Copy full SHA for 1528a84
pint-openapi-bundled.json
@@ -1655,32 +1655,6 @@
1655
"200": {
1656
"description": "Open ports retrieved successfully",
1657
"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
1684
"text/event-stream": {
1685
"schema": {
1686
"type": "string",
0 commit comments