fluxer/fluxer_docs/schemas/events/USER_UPDATE.json
2026-02-17 12:22:36 +00:00

12 lines
332 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"name": "USER_UPDATE",
"description": "Properties about the current user changed.",
"scope": "presence",
"dispatchedBy": ["PATCH /users/@me", "PATCH /users/@me/profile"],
"payload": {
"$ref": "UserPrivateResponse",
"description": "The updated user object"
}
}