Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Serge Croisé <SergeCroise@users.noreply.github.com>
  • Loading branch information
m-mohr and SergeCroise authored Jan 25, 2025
1 parent 1023a30 commit 3286739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5681,14 +5681,14 @@ components:
type: string
format: date-time
description: >-
Date and time of queueing the batch job (i.e. when the status 'queued' was set),
Date and time of queueing the batch job (i.e., when the status 'queued' was set),
formatted as a [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339.html) date-time.
example: '2017-01-01T09:34:00Z'
started:
type: string
format: date-time
description: >-
Date and time when the batch job started processing (i.e. when the status 'running' was set),
Date and time when the batch job started processing (i.e., when the status 'running' was set),
formatted as a [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339.html) date-time.
example: '2017-01-01T09:36:18Z'
expires:
Expand Down

0 comments on commit 3286739

Please sign in to comment.