Add Note

Adds a note to the user's stats.

PATCH https://api-sidemod.sidetechroblox.com/v3/stats/addnote

Body Format:

Headers

Name
Type
Description

Authorization*

String

QBLn8GyVpaOHIdWO2iDE

Request Body

Name
Type
Description

userid*

String

1

(Roblox UserId)

notes*

String

None (Message or 'None' to remove notes)

stat*

String

Points (Name of stat)

If the authorization token is invalid:

{ "status": "401", "message": "Authorization token is not valid. Please provide a valid authorization token to proceed." }

If the authorization token is missing:

{ "status": "401", "message": "Authorization token is required for access. Please provide a valid authorization token to proceed." }

Last updated