Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • U UCON Wiki
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • UCON
  • UCON Wiki
  • Wiki
  • contratos

contratos · Changes

Page history
Update contratos authored Apr 04, 2022 by João Vitor Bernardi Severo's avatar João Vitor Bernardi Severo
Hide whitespace changes
Inline Side-by-side
contratos.md
View page @ e6b036df
......@@ -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
}
]
}
}
```
......
Clone repository
  • Gerência
  • Instalação
  • Retro
  • Utilizando a wiki
    • adicionando imagens
    • escrevendo em markdown
    • wiki no editor de texto
  • arquitetura
  • banco_dados
  • codigo
  • configuracao
  • contratos
  • design_mockups
  • escopo
  • estudos
  • gerencia
View All Pages