mediumOPENAPI_MISSING_OPERATION_ID
3 operations lack operationId
Add stable operationId values for client and MCP correlation.
GET https://ports.platphormnews.com/api/docs
HTTP 200
Content-Type: application/json
232 ms
Digest: sha256:5ccd091ec634c06e8a2647c1da397bcf2e341f6c2815484ba0ea0a13f92c18c7
Preview: {"openapi":"3.0.0","info":{"title":"GamePort Pro API","version":"1.0.0","description":"API documentation for GamePort Pro services."},"paths":{"/api/health":{"get":{"summary":"Health Check","description":"Returns the current health status of the API and underlying Database.","responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"timestamp":{"type":"string"},"uptime":{"type":"number"},"database":{"type":"string"}}}}}},"503":{"description":"Degraded health state (e.g. database disconnected)"}}}},"/api/network/graph":{"get":{"summary":"Network Graph Node","description":"Returns network graph node details for PlatPhorm integration.","responses":{"200":{"description":"Successful operation"}}}},"/api/mcp":{"get":{"summary":"MCP Node Config","description":"Returns Model Context Protocol (MCP) configuration.","responses":{"200":{"description":"Successful operation"}}}}}}