🚀 Dock Config v1.3.0 — The all-new Config Studio is live. Verification + Welcome setup in one place with real-time previews.
curl --request PUT \
--url https://api.docksys.xyz/api/v1/link/update-discord \
--header 'Authorization: Bearer <token>'{
"status": 200,
"message": "Discord ID updated successfully",
"data": {
"discordId": "67890",
"robloxId": "12345"
},
"timestamp": "2025-09-27T20:12:56Z",
"version": "1.0.0",
"requestsRemaining": 499,
"ipRequestsRemaining": 499
}Update the Discord user ID associated with an existing Dock link.
curl --request PUT \
--url https://api.docksys.xyz/api/v1/link/update-discord \
--header 'Authorization: Bearer <token>'{
"status": 200,
"message": "Discord ID updated successfully",
"data": {
"discordId": "67890",
"robloxId": "12345"
},
"timestamp": "2025-09-27T20:12:56Z",
"version": "1.0.0",
"requestsRemaining": 499,
"ipRequestsRemaining": 499
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The old Discord user ID.
The new Discord user ID.
The Discord guild ID.
Discord ID updated successfully.
The HTTP status code of the response.
200 A message describing the result.
Show child attributes
The timestamp of the response in ISO 8601 format.
The API version.
"1.0.0"
Number of requests remaining in the daily quota.
Remaining IP-linked quota shared across API keys detected on the same IP.