Commit 040e18ae by Cristian Camargo

se realiza ajuste se adiciona propiedad id en el objeto titular

parent 045a317a
......@@ -737,8 +737,12 @@
},
"informacionTitular":{
"type": "object",
"description": "informacion del titular de la reserva",
"description": "informacion del titular de la reserva",
"properties": {
"id":{
"type": "string",
"description": "id del titular"
},
"nombre":{
"$ref": "#/components/schemas/nombre"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment