Internal Functions
Subscribe a new student
Editar páginaReportar problema
Subscribe a new student with the provided data.
AuthorizationBearer <token>
API Token for authentication
In: header
name?string
Student name
Length
1 <= length <= 255code?string
Student Matricula
Length
6 <= length <= 6ingressYear?integer
Student ingress year
Range
2000 <= value <= 2022coursestring
Student course
Value in
"ES" | "CC" | "MEC" | "CIV" | "PROD"emailstring
Student email
Format
emailResponse Body
curl -X POST "https://mi-boletim-internal-functions.maisinformaufcrussas.workers.dev/students" \
-H "Content-Type: application/json" \
-d '{
"course": "ES",
"email": "example@example.com"
}'Empty
Mais Informa Docs