Expand description
Synapse admin API: device endpoints.
ModulesΒ§
- create_
device π - delete_
device π - delete_
devices π - get_
device π - list_
devices π - update_
device π
FunctionsΒ§
- device_
response π - Map a stored device into the admin API wire shape. Tuwunel keeps no
user-agent, so
last_seen_user_agentis always absent;dehydratedis present on every device only when the owner has a dehydrated one. - require_
local_ πuser - Reject a non-local user with
400and an absent one with404, mirroring Synapseβs device servlets.