Browse Source

openapi: adiciona exemplos ao get pacientes

master
Henrique-Sousa 3 weeks ago
parent
commit
b0c152f496
2 changed files with 6 additions and 3 deletions
  1. BIN
      dbs/clinica.mv.db
  2. +6
    -3
      server/services/pacientes/get.in.json

BIN
dbs/clinica.mv.db View File


+ 6
- 3
server/services/pacientes/get.in.json View File

@ -7,13 +7,16 @@
"type": "object",
"properties": {
"nome": {
"type": "string"
"type": "string",
"example": "José da Silva"
},
"cpf": {
"type": "string"
"type": "string",
"example": "123.456.789-10"
},
"rg": {
"type": "string"
"type": "string",
"example": "12.345.678"
}
}
}

Loading…
Cancel
Save