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 3286739 commit 80cd197
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5666,14 +5666,14 @@ components:
format: date-time
description: >-
Date and time of creation (for batch jobs: the status 'created' 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:32:12Z'
updated:
type: string
format: date-time
description: >-
Date and time of the last status change,
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.
If the status is `error`, `canceled` or `finished`,
this is the time when the job has ended.
example: '2017-01-01T09:36:18Z'
Expand All @@ -5696,7 +5696,7 @@ components:
format: date-time
description: >-
Time until which the assets are accessible, in UTC. Formatted as
a [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339.html) date-time.
an [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339.html) date-time.
example: '2020-11-01T00:00:00Z'
description:
type: string
Expand Down

0 comments on commit 80cd197

Please sign in to comment.