Update Profile Description
Run in Apidog
Updates newsletter channel settings (name, description, picture). ⚠️ Newsletter functionality is in BETA testing. Features and implementation may change.
Request Body Params application/json
{
"picture" : "https://cdn.discordapp.com/attachments/855163145106096178/1332068685069946890/ab6761610000e5eb8aa8849037f192b8bf2bd33c.jpeg?ex=6793e923&is=679297a3&hm=e2810a0186e75e663249dd1bd604356f83ebb0b69fb3d46e34b3d51c9260a1e6&"
}
Request samples curl --location --request PUT 'https://nexus.sourei.com.br/api/v1/newsletter/description?newsletterId=' \
--header 'Authorization: Bearer {{token}}' \
--header 'x-session-id: {{session_id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"picture": "https://cdn.discordapp.com/attachments/855163145106096178/1332068685069946890/ab6761610000e5eb8aa8849037f192b8bf2bd33c.jpeg?ex=6793e923&is=679297a3&hm=e2810a0186e75e663249dd1bd604356f83ebb0b69fb3d46e34b3d51c9260a1e6&"
}'
Responses application/json Generate Code
Modified at 2025-02-24 14:43:04