Join project using code or email
POST /projects/joinProject
POST
/projects/joinProject
Add a student to a project using join code or email
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
email
Email of the student to add to the project
string format: email
join_code
Join code for the project
string
Responses
Section titled “ Responses ”Student added to project successfully
object
success
boolean
data
Created resource data
message
Optional success message
string
Bad request - invalid input
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string
Unauthorized - authentication required
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string
Resource not found
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string
Conflict - resource already exists
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string
Internal server error
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string