Swap the reserved user IDs between two slot indices.
curl --request POST \
--url https://api.fluxer.app/v1/admin/visionary-slots/swap \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"slot_index_a": 1073741824,
"slot_index_b": 1073741824
}
'{}Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
Admin API key: Authorization: Admin <token>. Only valid for /admin/* endpoints.
Success
true curl --request POST \
--url https://api.fluxer.app/v1/admin/visionary-slots/swap \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"slot_index_a": 1073741824,
"slot_index_b": 1073741824
}
'{}