rooms openapi

This commit is contained in:
Devin Zuczek
2026-07-24 21:32:43 -04:00
parent 27c45792b8
commit 460839458c
7 changed files with 2082 additions and 604 deletions
+1
View File
@@ -19,6 +19,7 @@ import type { Env } from './context'
export const DOCUMENTED_SERVICES: ReadonlyArray<{ slug: string; title: string }> = [
{ slug: 'auth', title: 'auth — authentication & tokens' },
{ slug: 'accounts', title: 'accounts — profiles & lookups' },
{ slug: 'rooms', title: 'rooms — rooms, subrooms & browse feeds' },
{ slug: 'match', title: 'match — matchmaking & presence' },
{ slug: 'econ', title: 'econ — avatar & economy' },
{ slug: 'clubs', title: 'clubs — clubs & clubhouses' },