Commit 1540737d by Cristian_Camargo

Update tecnologia-usuarios.json

parent ace32441
......@@ -184,6 +184,23 @@
"type": "string",
"description": "Token"
},
"usuario": {
"$ref": "#/components/schemas/usuario"
},
"contrasenha": {
"$ref": "#/components/schemas/contrasenha"
}
}
},
"usuario": {
"type": "object",
"properties": {
"nombre": {
"type": "string",
"description": "Nombre del usuario"
}
}
},
"contrasenha": {
"type": "object",
"properties": {
......@@ -196,8 +213,6 @@
"description": "Nueva contraseña"
},
}
}
}
},
"logoutTokenPortalEmpresaResponse": {
"type": "object",
......
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