Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/discord/logging/error \ --header 'Content-Type: application/json' \ --data ' { "error_message": "<string>", "interaction_name": "<string>", "user_id": 123 } '
{ "error_message": "<string>", "interaction_name": "<string>", "user_id": 123 }
Logs error details from the Discord bot for a specific user and interaction.
Error logging data
Successfully logged error data (echoes the received body)