mediumHEALTH_NO_SERVICE_IDENTITY
Health has no service identity
Include a public-safe service or name field.
GET https://yurly.platphormnews.com/api/health
HTTP 200
Content-Type: application/json
129 ms
Digest: sha256:d548c19d9a2861c50817696c2e27e13cbf3287b843ca98256b359a7804205b38
Preview: {"success":true,"data":{"status":"healthy","timestamp":"2026-08-23T07:06:05.456Z","database":"Neon PostgreSQL","version":"1.0.0"},"timestamp":"2026-08-23T07:06:05.459Z"}mediumOPENAPI_MISSING_OPERATION_ID
7 operations lack operationId
Add stable operationId values for client and MCP correlation.
GET https://yurly.platphormnews.com/api/docs
HTTP 200
Content-Type: application/json
56 ms
Digest: sha256:e4a5ea6319362a68cdd68637c419dc3be38459c03152f27e3ca49af6c7b56ca3
Preview: {"openapi":"3.0.0","info":{"title":"Yurly API","version":"1.0.0","description":"Premium Link Hub API for creators"},"servers":[{"url":"https://yurly.platphormnews.com/api","description":"Production"}],"paths":{"/health":{"get":{"summary":"Health check","tags":["System"],"responses":{"200":{"description":"System is healthy","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"timestamp":{"type":"string"},"database":{"type":"string"}}}}}}}}},"/mcp/store":{"get":{"summary":"Get all links","tags":["Links"],"parameters":[{"name":"x-tenant-id","in":"header","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"List of links"}}},"post":{"summary":"Create link","tags":["Links"],"parameters":[{"name":"x-tenant-id","in":"header","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"title":{"type":"string"},"url":{"type":"string"},"slug":{"type":"string"},"description":{"type":"string"},"icon_url":{"type":"string"},"userId":{"type":"number"}}}}}},"responses":{"201":{"description":"Link created"}}}},"/mcp/content/{id}":{"get":{"summary":"Get content by ID","tags":["Content"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}},{"name":"x-tenant-id","in":"header","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Content details"}}},"put":{"summary":"Update content","tags":["Content"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Content updated"}}},"delete":{"summary":"Delete content","tags":["Content"],"parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Content deleted"}}}},"/audit/logs":{"get":{"summary":"Get audit logs","tags":["Audit"],"parameters":[{"name":"x-tenant-id","in":"header","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","schem