Updates the display order of multiple connections in a single operation.
curl --request PATCH \
--url https://api.fluxer.app/v1/users/@me/connections/reorder \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"connection_ids": [
"<string>"
]
}
'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.
Ordered list of connection IDs defining the new display order
1 - 20 elementsNo Content
curl --request PATCH \
--url https://api.fluxer.app/v1/users/@me/connections/reorder \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"connection_ids": [
"<string>"
]
}
'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}