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 28, 2025
1 parent 113b1fc commit 9fe0267
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 @@ -5704,14 +5704,14 @@ components:
format: date-time
description: >-
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.
formatted as an [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),
formatted as a [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339.html) date-time.
formatted as an [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339.html) date-time.
example: '2017-01-01T09:36:18Z'
expires:
type: string
Expand Down

0 comments on commit 9fe0267

Please sign in to comment.