Updates visibility and sort order settings for an external service connection.
curl --request PATCH \
--url https://api.fluxer.app/v1/users/@me/connections/{type}/{connection_id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"visibility_flags": 1073741823,
"sort_order": 1073741823
}
'{
"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.
No Content
curl --request PATCH \
--url https://api.fluxer.app/v1/users/@me/connections/{type}/{connection_id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"visibility_flags": 1073741823,
"sort_order": 1073741823
}
'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}