From 0eac4230cc7780b374963ccef8509b4e9b73e777 Mon Sep 17 00:00:00 2001 From: Eric Mutta Date: Sun, 6 Sep 2020 00:44:41 +0300 Subject: [PATCH] Update openapi.yaml Fix description of `created` and `updated` fields for disks so they mention "Disk" instead of "Linode" --- openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 06913775d..8e89dbf90 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -13850,13 +13850,13 @@ components: created: type: string format: date-time - description: When this Linode was created. + description: When this Disk was created. example: '2018-01-01T00:01:01' readOnly: true updated: type: string format: date-time - description: When this Linode was last updated. + description: When this Disk was last updated. example: '2018-01-01T00:01:01' readOnly: true DiskRequest: