... | ... | @@ -26,22 +26,19 @@ Nenhum payload esperado |
|
|
msg: "Success",
|
|
|
students: [
|
|
|
{
|
|
|
id: 11,
|
|
|
name: "str",
|
|
|
idade: 26,
|
|
|
birthday: 11/06/1999,
|
|
|
email: "str",
|
|
|
semester: 5,
|
|
|
course: "str",
|
|
|
description: "str",
|
|
|
lattersURL: "str",
|
|
|
experiences: [
|
|
|
{
|
|
|
name: "str",
|
|
|
role: "str",
|
|
|
location: "str",
|
|
|
from: datetime,
|
|
|
to: datetime
|
|
|
}
|
|
|
]
|
|
|
course: {
|
|
|
name:"str"
|
|
|
},
|
|
|
institution: {
|
|
|
name: "str"
|
|
|
}
|
|
|
},
|
|
|
...
|
|
|
]
|
... | ... | @@ -89,22 +86,22 @@ Nenhum payload esperado |
|
|
status: 200,
|
|
|
msg: "Success",
|
|
|
student: {
|
|
|
id: 11,
|
|
|
name: "str",
|
|
|
idade: 26,
|
|
|
birthday: 11/06/1999,
|
|
|
email: "str",
|
|
|
semester: 5,
|
|
|
course: "str",
|
|
|
description: "str",
|
|
|
lattersURL: "str",
|
|
|
experiences: [
|
|
|
{
|
|
|
name: "str",
|
|
|
role: "str",
|
|
|
location: "str",
|
|
|
from: datetime,
|
|
|
to: datetime
|
|
|
}
|
|
|
]
|
|
|
course: {
|
|
|
name:"str"
|
|
|
},
|
|
|
gender: {
|
|
|
name: "str"
|
|
|
},
|
|
|
institution: {
|
|
|
name: "str"
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
```
|
... | ... | @@ -176,7 +173,7 @@ Nenhuma query string esperada |
|
|
student: {
|
|
|
id: 1,
|
|
|
name: "str",
|
|
|
idade: 26,
|
|
|
birthday: 11/06/1999,
|
|
|
email: "str",
|
|
|
semester: 5,
|
|
|
course: "str"
|
... | ... | @@ -363,7 +360,23 @@ Nenhum payload esperado |
|
|
status: 200,
|
|
|
msg: "Success",
|
|
|
teacher: {
|
|
|
|
|
|
id: 10,
|
|
|
name: "str",
|
|
|
birthday: 11/06/1999,
|
|
|
email: "str",
|
|
|
lattersURL: "str",
|
|
|
gender: {
|
|
|
name: "str"
|
|
|
},
|
|
|
h_index: 10,
|
|
|
experiences: [
|
|
|
{
|
|
|
role: "str",
|
|
|
location: "str",
|
|
|
from: datetime,
|
|
|
to: datetime
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
}
|
|
|
```
|
... | ... | |