Skip to content

Commit

Permalink
Use formatted date
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 29, 2024
1 parent d23d461 commit 0fef8bb
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions site/.vuepress/public/specs/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -817,9 +817,8 @@ paths:
example: John Doe
signed:
type: string
pattern: '\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}'
description: 'Signing date, when signed'
example: '2021-12-31 22:45:50'
example: February 28, 2024, 11:17:43 PM
nullable: true
request_sign_date:
type: string
Expand Down Expand Up @@ -1054,9 +1053,8 @@ paths:
example: John Doe
signed:
type: string
pattern: '\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}'
description: 'Signing date, when signed'
example: '2021-12-31 22:45:50'
example: February 28, 2024, 11:17:43 PM
nullable: true
request_sign_date:
type: string
Expand Down Expand Up @@ -1678,9 +1676,8 @@ paths:
properties:
signed:
type: string
pattern: '\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}'
description: 'Signing date, when signed'
example: '2021-12-31 22:45:50'
example: February 28, 2024, 11:17:43 PM
nullable: true
request_sign_date:
type: string
Expand Down Expand Up @@ -1881,9 +1878,8 @@ paths:
properties:
signed:
type: string
pattern: '\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}'
description: 'Signing date, when signed'
example: '2021-12-31 22:45:50'
example: February 28, 2024, 11:17:43 PM
nullable: true
request_sign_date:
type: string
Expand Down Expand Up @@ -2082,9 +2078,8 @@ paths:
properties:
signed:
type: string
pattern: '\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}'
description: 'Signing date, when signed'
example: '2021-12-31 22:45:50'
example: February 28, 2024, 11:17:43 PM
nullable: true
request_sign_date:
type: string
Expand Down Expand Up @@ -2870,10 +2865,9 @@ components:
signed:
type: string
format: date-time
pattern: '\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}'
nullable: true
description: Date the file was signed
example: '2021-12-31 22:45:50'
example: February 28, 2024, 11:17:43 PM
request_sign_date:
type: string
format: date-time
Expand Down

0 comments on commit 0fef8bb

Please sign in to comment.