Pins a private message channel for the current user. Pinned channels appear at the top of the channel list for easy access.
curl --request PUT \
--url https://api.fluxer.app/v1/users/@me/channels/{channel_id}/pin \
--header 'Authorization: <api-key>'{
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}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.
curl --request PUT \
--url https://api.fluxer.app/v1/users/@me/channels/{channel_id}/pin \
--header 'Authorization: <api-key>'{
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}