New docs? Check out the change log to learn more!
curl --request PATCH \
--url https://discord.com/api/v10/guilds/{guild_id}/voice-states/@me \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"request_to_speak_timestamp": "2023-11-07T05:31:56Z",
"suppress": true,
"channel_id": "<unknown>"
}
'{
"code": 123,
"message": "<string>",
"retry_after": 123,
"global": true
}curl --request PATCH \
--url https://discord.com/api/v10/guilds/{guild_id}/voice-states/@me \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"request_to_speak_timestamp": "2023-11-07T05:31:56Z",
"suppress": true,
"channel_id": "<unknown>"
}
'{
"code": 123,
"message": "<string>",
"retry_after": 123,
"global": true
}