Skip to main content
POST
/
update-content-update
(Discord webhook) Approve, reject, or vote on a content update
curl --request POST \
  --url https://api.wanderersguide.app/functions/v1/update-content-update \
  --header 'Content-Type: application/json' \
  --data '
{
  "discord_msg_id": "<string>",
  "discord_user_id": "<string>",
  "discord_user_name": "<string>",
  "state": "APPROVE"
}
'
{
  "status": "success",
  "data": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.wanderersguide.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
discord_msg_id
string
required
discord_user_id
string
required
discord_user_name
string
required
state
enum<string>
required
Available options:
APPROVE,
REJECT,
UPVOTE,
DOWNVOTE

Response

200 - application/json

JSend envelope.

status
enum<string>
required
Available options:
success
data
boolean
required