Skip to content

Commit b6c0678

Browse files
committed
add date format. fixes #15
1 parent 59e7eaf commit b6c0678

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

swagger-specs/api.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,6 +1116,7 @@ paths:
11161116
description: date for which log is required
11171117
required: true
11181118
type: string
1119+
format: date
11191120
- name: x-gw-ims-org-id
11201121
in: header
11211122
description: IMS organization ID that the request is being made under.
@@ -2097,6 +2098,7 @@ definitions:
20972098
type: string
20982099
example: '2019-04-05'
20992100
description: date of the Log
2101+
format: date
21002102
programId:
21012103
type: integer
21022104
format: int64

0 commit comments

Comments
 (0)