v1

latestOpenAPI 3.1.02026-07-17897790.7 KB
Users

Update User

patch/users/me

Request body

avatarstring nullable
descriptionstring nullable
namestring nullable
spaceOrderstring[] nullable

Response

avatarstring nullable
category'BOT' | 'UNVERIFIED'
descriptionstring nullable
handlestring nullable

The user's handle (if claimed)

idstring uuid required
namestring required
spaceOrderstring[] nullable

Persisted ordering of the user's spaces in the sidebar. Always present on responses; optional in the schema so the base User shape remains structurally assignable to UserExt.