Skip to main content
POST
/
api
/
update
Update Versions
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."
}

Authorizations

Authorization
string
header
required

Cheat authentication header of the form Cheat <token>, where <token> is your auth token.

Body

application/json

Version update payload.

Versions
object
required

Response

Version update successful.

success
boolean
message
string