Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.1
info:
version: 4.10.0
version: 4.11.0
title: Linode API
description: |
# Introduction
Expand Down Expand Up @@ -14234,7 +14234,7 @@ components:
format: date-time
description: >
The date of the image's planned end of life. Some images, like custom private images,
will not have an end of life date. In that case this field will be empty.
will not have an end of life date. In that case this field will be `None`.
example: '2200-10-23T00:00:00'
readOnly: true
vendor:
Expand Down Expand Up @@ -14332,7 +14332,7 @@ components:
format: date-time
description: >
The date of the image's planned end of life. Some images, like custom private images,
will not have an end of life date. In that case this field will be empty.
will not have an end of life date. In that case this field will be `None`.
example: '2200-10-23T00:00:00'
readOnly: true
vendor:
Expand Down