Skip to content

Commit

Permalink
Make RunObject.expires_at nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmigloz committed Dec 23, 2023
1 parent 3d9e0ae commit e463ae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8250,6 +8250,7 @@ components:
expires_at:
description: The Unix timestamp (in seconds) for when the run will expire.
type: integer
nullable: true
started_at:
description: The Unix timestamp (in seconds) for when the run was started.
type: integer
Expand Down

0 comments on commit e463ae5

Please sign in to comment.