Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/assets/apis/core/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15992,7 +15992,7 @@ components:
properties:
fullName:
type: string
minLength: 10
minLength: 4
maxLength: 100
example: Usuario Nuevo
description: Nombre del usuario.
Expand Down Expand Up @@ -16023,7 +16023,7 @@ components:
language:
type: string
maxLength: 5
example: ES
example: es
description: Idioma de acuerdo a ISO 631-1.
timezone:
type: string
Expand Down Expand Up @@ -16132,7 +16132,7 @@ components:
language:
type: string
maxLength: 5
example: ES
example: es
description: Idioma de acuerdo a ISO 631-1.
timezone:
type: string
Expand Down
6 changes: 3 additions & 3 deletions src/assets/apis/core/es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8464,7 +8464,7 @@ paths:
email: test@test.com
mobile: "+573111111111"
status: ACTIVE
language: ES
language: es
timezone: America/Bogota
control:
allowedIps:
Expand Down Expand Up @@ -8587,7 +8587,7 @@ paths:
fullName: usuario
mobile: "+573111111111"
status: ACTIVE
language: ES
language: es
timezone: America/Bogota
control:
allowedIps:
Expand Down Expand Up @@ -15965,7 +15965,7 @@ components:
properties:
fullName:
type: string
minLength: 10
minLength: 4
maxLength: 100
example: Usuario Nuevo
description: Nombre del usuario.
Expand Down
6 changes: 3 additions & 3 deletions src/pages/core/reference/user/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ curl -X "POST" https:\test.placetopay.com\rest\core\user\create \
"email": "test@test.com",
"mobile": "+573111111111",
"status": "ACTIVE",
"language": "ES",
"language": "es",
"timezone": "America/Bogota",
"control": {
"allowedIps": [
Expand Down Expand Up @@ -148,7 +148,7 @@ curl -X "POST" https:\test.placetopay.com\rest\core\user\update \
"fullName": "usuario",
"mobile": "+573111111111",
"status": "ACTIVE",
"language": "ES",
"language": "es",
"timezone": "America/Bogota",
"control": {
"allowedIps": [
Expand Down Expand Up @@ -304,7 +304,7 @@ curl -X "POST" https:\test.placetopay.com\rest\core\user\search \
"mobile": "+573111111111",
"country": "CO",
"status": "ACTIVE",
"language": "ES",
"language": "es",
"timezone": "America/Bogota",
"createdAt": "2024-03-01 09:10:19",
"lastLoginAt": "2024-03-25 16:03:25",
Expand Down
6 changes: 3 additions & 3 deletions src/pages/en/core/reference/user/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ curl -X "POST" https:\test.placetopay.com\rest\core\user\create \
"email": "test@test.com",
"mobile": "+573111111111",
"status": "ACTIVE",
"language": "ES",
"language": "es",
"timezone": "America/Bogota",
"control": {
"allowedIps": [
Expand Down Expand Up @@ -148,7 +148,7 @@ curl -X "POST" https:\test.placetopay.com\rest\core\user\update \
"fullName": "usuario",
"mobile": "+573111111111",
"status": "ACTIVE",
"language": "ES",
"language": "es",
"timezone": "America/Bogota",
"control": {
"allowedIps": [
Expand Down Expand Up @@ -304,7 +304,7 @@ curl -X "POST" https:\test.placetopay.com\rest\core\user\search \
"mobile": "+573111111111",
"country": "CO",
"status": "ACTIVE",
"language": "ES",
"language": "es",
"timezone": "America/Bogota",
"createdAt": "2024-03-01 09:10:19",
"lastLoginAt": "2024-03-25 16:03:25",
Expand Down