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
9edbdb43
Commit
9edbdb43
authored
Jul 17, 2019
by
Cristian_Camargo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update tecnologia-usuarios.json
parent
443a9516
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
5 deletions
+25
-5
tecnologia-usuarios.json
apigee/tecnologia-usuarios.json
+25
-5
No files found.
apigee/tecnologia-usuarios.json
View file @
9edbdb43
...
...
@@ -253,15 +253,23 @@
"type"
:
"string"
,
"description"
:
"Numero de telefono"
},
"terminos"
:
{
"type"
:
"string"
,
"description"
:
"Términos y condiciones"
},
"ivr"
:
{
"type"
:
"string"
,
"description"
:
"Campo obligatorio que indica el canal de actualización IVR."
},
"documento"
:
{
"$ref"
:
"#/components/schemas/documento"
"$ref"
:
"#/components/schemas/documento
PutRequest
"
},
"nombre"
:
{
"$ref"
:
"#/components/schemas/nombrePutRequest"
}
}
,
}
},
"documento"
:
{
"documento
PutRequest
"
:
{
"type"
:
"object"
,
"properties"
:
{
"tipo"
:
{
...
...
@@ -271,6 +279,18 @@
"numero"
:
{
"type"
:
"string"
,
"description"
:
"Numero de documento de identificacion."
},
"expedicion"
:
{
"$ref"
:
"#/components/schemas/expedicion"
}
}
},
"expedicion"
:
{
"type"
:
"object"
,
"properties"
:
{
"fecha"
:
{
"type"
:
"string"
,
"description"
:
"Fecha de expedicion del documento."
}
}
},
...
...
@@ -288,7 +308,7 @@
"completo"
:
{
"type"
:
"string"
,
"description"
:
"Nombre completo del ususario."
}
}
,
}
},
"actualizarContrasenhaEmpresaRequest"
:
{
...
...
@@ -325,7 +345,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