ENTRY
[ESC]- Guilds
- New resource /v1/guilds. GET /v1/guilds lists guilds (≥1 member, most populated first); GET /v1/guilds/:slug returns guild meta plus the caller's isMember/role.
- GET /v1/guilds/:slug/members lists members (oldest-joined first, banned/shadow-banned omitted, enriched with displayName/profilePictureUrl).
- GET /v1/guilds/:slug/posts lists guild threads (most recently active first); POST /v1/guilds/:slug/posts creates a thread (members only). Reply to threads via the existing POST /v1/replies.
- POST /v1/guilds/:slug/join and POST /v1/guilds/:slug/leave manage membership. One guild per user (join returns 409 if already in another); founders cannot leave via API (403). Founding/editing guilds remains web-only.
- Replies
- Replies created against a guild thread now carry the parent's guildId.
- Users
- Bio max length raised from 127 to 640 characters.
- Dark/light mode in changelog and docs
2 replies
Log in to read the replies and join the conversation