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