cURL
curl --request POST \ --url https://inject.today/api/update \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "Versions": { "Roblox": "<string>", "Software": "<string>", "Changelog": "<string>" } } '
{ "success": true, "message": "Version data updated successfully." }
Updates version information for Roblox and Inject.Today software. Requires authorization.
Cheat authentication header of the form Cheat <token>, where <token> is your auth token.
Cheat <token>
<token>
Version update payload.
Show child attributes
Version update successful.