Area: mobieusHelp (audit p7) · Surface: /know/api-helpdesk (mobieusHelp REST API reference) · Dimension: documentation · Severity: minor
The mobieusHelp API reference article is published and substantial (73KB) but is not linked from the wiki index alongside the other API reference articles. Users browsing /know/index for API docs will not find it; it is effectively undiscoverable except by full-text search.
Evidence
`curl -sL -o /dev/null -w '%{http_code} %{size_download}' https://support.mobieus.io/know/api-helpdesk` returns `HTTP 200 size 73546` (the article exists). But `curl -sL https://support.mobieus.io/know/index | grep -oE '/know/[a-z0-9-]+'` does NOT include `/know/api-helpdesk` — the index lists api-overview, api-authentication, api-events-reference, api-learn, api-marketplace-files-moderation, api-webhooks-quickstart, but not api-helpdesk. It is only reachable via search (`?q=mobieushelp` surfaces it).
Suggested fix. Add /know/api-helpdesk to the API section of /know/index (next to api-learn and api-marketplace-files-moderation) so the helpdesk API reference is discoverable by browsing, not just search.
Filed by the automated tenant-app audit and adversarially evidence-verified. Status: verified. Open — not yet actioned.
Patrick Bass
@mobieus