Skip to content

Commit 9fe0267

Browse files
m-mohrSergeCroise
andauthored
Apply suggestions from code review
Co-authored-by: Serge Croisé <[email protected]>
1 parent 113b1fc commit 9fe0267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5704,14 +5704,14 @@ components:
57045704
format: date-time
57055705
description: >-
57065706
Date and time of queueing the batch job (i.e., when the status 'queued' was set),
5707-
formatted as a [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339.html) date-time.
5707+
formatted as an [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339.html) date-time.
57085708
example: '2017-01-01T09:34:00Z'
57095709
started:
57105710
type: string
57115711
format: date-time
57125712
description: >-
57135713
Date and time when the batch job started processing (i.e., when the status 'running' was set),
5714-
formatted as a [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339.html) date-time.
5714+
formatted as an [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339.html) date-time.
57155715
example: '2017-01-01T09:36:18Z'
57165716
expires:
57175717
type: string

0 commit comments

Comments
 (0)