This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
henrique
/
clinica
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
openapi: delete out 200 pacientes
master
Henrique-Sousa
3 weeks ago
parent
2ac5246e36
commit
3e3f2505a5
2 changed files
with
21 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
dbs/clinica.mv.db
+21
-0
server/services/pacientes/delete.out.200.json
BIN
dbs/clinica.mv.db
View File
+ 21
- 0
server/services/pacientes/delete.out.200.json
View File
@ -0,0 +1,21 @@
{
"type"
:
"object"
,
"properties"
:
{
"deletedData"
:
{
"type"
:
"object"
,
"properties"
:
{
"paciente"
:
{
"type"
:
"number"
,
"example"
:
1
}
,
"paciente_convenio"
:
{
"type"
:
"number"
,
"example"
:
1
}
}
}
}
,
"required"
:
[
"deletedData"
]
}
Write
Preview
Loading…
Cancel
Save