v1

latestOpenAPI 3.0.02026-07-26441564.4 KB

Update Discord invite

post/market/update-invite

Request body

refstring required

The Order reference you would like to change Discord invite for. NOT the same as Order ID, see the response of Buy Members for the "reference" field

invitestring required

The Discord invite code you want the order changed to

Example request

{
  "ref": "c444b1c9fa354ffcbf3b6c99300fc0d9",
  "invite": "dyno"
}

Response

This only succeeds if you haven't started the pull yet. Don't include the "discord.gg" portion of the invite link. Only the end invite code. Example: "dyno". Also remember the reference is NOT the same as Order ID, see the response of Buy Members for the "reference" field

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Updated invite code!"
}