... | ... | @@ -228,16 +228,14 @@ Nenhuma query string esperada |
|
|
#### Payload:
|
|
|
```
|
|
|
{
|
|
|
student: {
|
|
|
name: "str",
|
|
|
birthday: "1999-06-11",
|
|
|
email: "str",
|
|
|
semester: 5,
|
|
|
course: "str",
|
|
|
gender: "str",
|
|
|
institution: "str",
|
|
|
password: "str"
|
|
|
}
|
|
|
name: "str",
|
|
|
birthday: "1999-06-11",
|
|
|
email: "str",
|
|
|
semester: 5,
|
|
|
course: "str",
|
|
|
gender: "str",
|
|
|
institution: "str",
|
|
|
password: "str"
|
|
|
}
|
|
|
```
|
|
|
#### Responses:
|
... | ... | @@ -304,7 +302,7 @@ Nenhuma query string esperada |
|
|
### PATCH /students/{id}/
|
|
|
|
|
|
#### Params:
|
|
|
- id: int = id do aluno a alterar pacialmente informações
|
|
|
- id: int = id do aluno a alterar parcialmente informações
|
|
|
|
|
|
#### Query string:
|
|
|
Nenhuma query string esperada
|
... | ... | @@ -320,7 +318,6 @@ Nenhuma query string esperada |
|
|
gender: "Masculino",
|
|
|
institution: "PUCRS",
|
|
|
description: "str",
|
|
|
experienceId: 1,
|
|
|
password: "str"
|
|
|
}
|
|
|
```
|
... | ... | @@ -590,7 +587,7 @@ Nenhuma query string esperada |
|
|
```
|
|
|
---
|
|
|
|
|
|
### GET /degreeTypes/
|
|
|
### GET /degrees/
|
|
|
|
|
|
#### Params
|
|
|
Nenhum parâmetro esperado
|
... | ... | @@ -608,7 +605,7 @@ Nenhum payload esperado |
|
|
{
|
|
|
status: 200,
|
|
|
msg: "Success",
|
|
|
degreeTypes: [
|
|
|
degrees: [
|
|
|
{
|
|
|
id: 1,
|
|
|
name: "Bacharel"
|
... | ... | |