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 07, 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 @ 02677983
...@@ -28,7 +28,7 @@ Nenhum payload esperado ...@@ -28,7 +28,7 @@ Nenhum payload esperado
{ {
id: 11, id: 11,
name: "str", name: "str",
birthday: 11/06/1999, birthday: "11/06/1999",
email: "str", email: "str",
semester: 5, semester: 5,
description: "str", description: "str",
...@@ -88,7 +88,7 @@ Nenhum payload esperado ...@@ -88,7 +88,7 @@ Nenhum payload esperado
student: { student: {
id: 11, id: 11,
name: "str", name: "str",
birthday: 11/06/1999, birthday: "11/06/1999",
email: "str", email: "str",
semester: 5, semester: 5,
description: "str", description: "str",
...@@ -155,10 +155,12 @@ Nenhuma query string esperada ...@@ -155,10 +155,12 @@ Nenhuma query string esperada
{ {
student: { student: {
name: "str", name: "str",
idade: 26, birthday: "11/06/1999",
email: "str", email: "str",
semester: 5, semester: 5,
course: "str", course: "str",
gender: "str",
institution: "str",
password: "str" password: "str"
} }
} }
...@@ -173,10 +175,18 @@ Nenhuma query string esperada ...@@ -173,10 +175,18 @@ Nenhuma query string esperada
student: { student: {
id: 1, id: 1,
name: "str", name: "str",
birthday: 11/06/1999, birthday: "11/06/1999",
email: "str", email: "str",
semester: 5, semester: 5,
course: "str" course: {
name:"str"
},
gender: {
name: "str"
},
institution: {
name: "str"
}
} }
} }
``` ```
...@@ -229,10 +239,12 @@ Nenhuma query string esperada ...@@ -229,10 +239,12 @@ Nenhuma query string esperada
{ {
student: { student: {
name: "str", name: "str",
idade: 26, birthday: "11/06/1999",
email: "str", email: "str",
semester: 5, semester: 5,
course: "str" course: "str",
gender: "str",
institution: "str",
} }
} }
``` ```
......
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