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
Show whitespace changes
Inline Side-by-side
contratos.md
View page @ e6b036df
...@@ -26,22 +26,19 @@ Nenhum payload esperado ...@@ -26,22 +26,19 @@ Nenhum payload esperado
msg: "Success", msg: "Success",
students: [ students: [
{ {
id: 11,
name: "str", name: "str",
idade: 26, birthday: 11/06/1999,
email: "str", email: "str",
semester: 5, semester: 5,
course: "str",
description: "str", description: "str",
lattersURL: "str", lattersURL: "str",
experiences: [ course: {
{ name:"str"
name: "str", },
role: "str", institution: {
location: "str", name: "str"
from: datetime,
to: datetime
} }
]
}, },
... ...
] ]
...@@ -89,22 +86,22 @@ Nenhum payload esperado ...@@ -89,22 +86,22 @@ Nenhum payload esperado
status: 200, status: 200,
msg: "Success", msg: "Success",
student: { student: {
id: 11,
name: "str", name: "str",
idade: 26, birthday: 11/06/1999,
email: "str", email: "str",
semester: 5, semester: 5,
course: "str",
description: "str", description: "str",
lattersURL: "str", lattersURL: "str",
experiences: [ course: {
{ name:"str"
name: "str", },
role: "str", gender: {
location: "str", name: "str"
from: datetime, },
to: datetime institution: {
name: "str"
} }
]
} }
} }
``` ```
...@@ -176,7 +173,7 @@ Nenhuma query string esperada ...@@ -176,7 +173,7 @@ Nenhuma query string esperada
student: { student: {
id: 1, id: 1,
name: "str", name: "str",
idade: 26, birthday: 11/06/1999,
email: "str", email: "str",
semester: 5, semester: 5,
course: "str" course: "str"
...@@ -363,7 +360,23 @@ Nenhum payload esperado ...@@ -363,7 +360,23 @@ Nenhum payload esperado
status: 200, status: 200,
msg: "Success", msg: "Success",
teacher: { 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