Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
swagger
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
external
swagger
Commits
443a9516
Commit
443a9516
authored
Jul 17, 2019
by
Cristian_Camargo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update tecnologia-usuarios.json
parent
2c8d5047
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
56 additions
and
3 deletions
+56
-3
tecnologia-usuarios.json
apigee/tecnologia-usuarios.json
+56
-3
No files found.
apigee/tecnologia-usuarios.json
View file @
443a9516
...
...
@@ -233,8 +233,61 @@
"actualizarDatosUsuarioRequest"
:
{
"type"
:
"object"
,
"properties"
:
{
"contrasenha"
:
{
"$ref"
:
"#/components/schemas/contrasenha"
"usuario"
:
{
"$ref"
:
"#/components/schemas/usuarioPutRequest"
}
}
},
"usuarioPutRequest"
:
{
"type"
:
"object"
,
"properties"
:
{
"id"
:
{
"type"
:
"string"
,
"description"
:
"Nombre del usuario"
},
"correoElectronico"
:
{
"type"
:
"string"
,
"description"
:
"Correo electronico."
},
"telefono"
:
{
"type"
:
"string"
,
"description"
:
"Numero de telefono"
},
"documento"
:
{
"$ref"
:
"#/components/schemas/documento"
},
"nombre"
:
{
"$ref"
:
"#/components/schemas/nombrePutRequest"
}
}
},
"documento"
:
{
"type"
:
"object"
,
"properties"
:
{
"tipo"
:
{
"type"
:
"string"
,
"description"
:
"Tipo de documento de identificacion."
},
"numero"
:
{
"type"
:
"string"
,
"description"
:
"Numero de documento de identificacion."
}
}
},
"nombrePutRequest"
:
{
"type"
:
"object"
,
"properties"
:
{
"primero"
:
{
"type"
:
"string"
,
"description"
:
"Nombres del usuario."
},
"primerApellido"
:
{
"type"
:
"string"
,
"description"
:
"Apellidos del usuario."
},
"completo"
:
{
"type"
:
"string"
,
"description"
:
"Nombre completo del ususario."
}
}
},
...
...
@@ -272,7 +325,7 @@
"nueva"
:
{
"type"
:
"string"
,
"description"
:
"Nueva contraseña"
}
,
}
}
},
"logoutTokenPortalEmpresaResponse"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment