mediumOPENAPI_MISSING_OPERATION_ID
5 operations lack operationId
Add stable operationId values for client and MCP correlation.
GET https://2025.platphormnews.com/api/docs
HTTP 200
Content-Type: application/json
35 ms
Digest: sha256:aa889c0897ec32e1bc314df2774878f8d1a7b41d41e3d8cda9118c4367824489
Preview: {"openapi":"3.1.0","info":{"title":"2025 API","version":"1.0.0","description":"Public discovery and status endpoints for the platphorm-2025 service."},"servers":[{"url":"https://2025.platphormnews.com"}],"components":{"securitySchemes":{"PlatPhormApiKey":{"type":"http","scheme":"bearer","bearerFormat":"PLATPHORM_API_KEY","description":"Use Authorization: [REDACTED] $PLATPHORM_API_KEY or X-PlatPhorm-API-Key for protected endpoints."},"PlatPhormHeader":{"type":"apiKey","in":"header","name":"X-PlatPhorm-API-Key"}}},"paths":{"/api/health":{"get":{"summary":"Service health","responses":{"200":{"description":"ok"}}}},"/api/v1/health":{"get":{"summary":"Versioned health check","responses":{"200":{"description":"ok"}}}},"/api/docs":{"get":{"summary":"OpenAPI","responses":{"200":{"description":"ok"}}}},"/api/mcp":{"get":{"summary":"MCP metadata","responses":{"200":{"description":"ok"}}}},"/api/v1/mcp":{"get":{"summary":"MCP metadata (versioned alias)","responses":{"200":{"description":"ok"}}}}}}