Positive Add

POST https://api.luasims.cloud/api/v1/student/positive/add

Headers

NameValue

Content-Type

application/json

Authorization

Bearer <apikey>

Body

NameTypeDescription

StudentID

string

The Roblox ID of the user

StudentUsername

string

The Roblox Username of the user

Details

object

Details about the positive

Object Body

NameTypeDescription

Type

string

Points

Number (if 0 then use string)

Lesson

string

Location

string

Comment

string

Status

string

RecordedBy

string

Response

{
  "Message": String,
  "Student": Object,
  "SnowflakeID": String,
  "Error": false
}

Last updated