Skip to content

Commit

Permalink
Remove fullName
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <vitor@php.rio>
  • Loading branch information
vitormattos committed Feb 18, 2024
1 parent 6c532c7 commit 699e3fc
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions site/.vuepress/public/specs/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -794,11 +794,6 @@ paths:
nullable: true
description: Persons name
example: John Doe
fullName:
type: string
description: The person full name
example: John Doe
nullable: true
signed:
type: string
pattern: '\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}'
Expand Down Expand Up @@ -1012,11 +1007,6 @@ paths:
nullable: true
description: Persons name
example: John Doe
fullName:
type: string
description: The person full name
example: John Doe
nullable: true
signed:
type: string
pattern: '\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}'
Expand Down Expand Up @@ -1647,11 +1637,6 @@ paths:
description: The person display name
nullable: true
example: John
fullName:
type: string
description: The person full name
example: John Doe
nullable: true
me:
type: boolean
description: It's me?
Expand Down Expand Up @@ -1684,7 +1669,6 @@ paths:
example: 1
required:
- signed
- fullName
- me
- signRequestId
settings:
Expand Down Expand Up @@ -1831,11 +1815,6 @@ paths:
description: The person display name
nullable: true
example: John
fullName:
type: string
description: The person full name
example: John Doe
nullable: true
me:
type: boolean
description: It's me?
Expand Down Expand Up @@ -1868,7 +1847,6 @@ paths:
example: 1
required:
- signed
- fullName
- me
- signRequestId
settings:
Expand Down Expand Up @@ -2008,11 +1986,6 @@ paths:
description: The person display name
nullable: true
example: John
fullName:
type: string
description: The person full name
example: John Doe
nullable: true
me:
type: boolean
description: It's me?
Expand Down Expand Up @@ -2045,7 +2018,6 @@ paths:
example: 1
required:
- signed
- fullName
- me
- signRequestId
settings:
Expand Down

0 comments on commit 699e3fc

Please sign in to comment.