Negative Add

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

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <apikey>

Body

Name
Type
Description

StudentID

string

The Roblox ID of the user

StudentUsername

string

The Roblox Username of the user

Details

object

Details about the negative

Object Body

Name
Type
Description

Type

string

Points

Number (if 0 then use string)

Lesson

string

Location

string

Comment

string

Status

string

RecordedBy

string

Isolated

boolean

Response

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

Last updated