Skip to content

Commit 0eac423

Browse files
authored
Update openapi.yaml
Fix description of `created` and `updated` fields for disks so they mention "Disk" instead of "Linode"
1 parent 31a9fa4 commit 0eac423

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13850,13 +13850,13 @@ components:
1385013850
created:
1385113851
type: string
1385213852
format: date-time
13853-
description: When this Linode was created.
13853+
description: When this Disk was created.
1385413854
example: '2018-01-01T00:01:01'
1385513855
readOnly: true
1385613856
updated:
1385713857
type: string
1385813858
format: date-time
13859-
description: When this Linode was last updated.
13859+
description: When this Disk was last updated.
1386013860
example: '2018-01-01T00:01:01'
1386113861
readOnly: true
1386213862
DiskRequest:

0 commit comments

Comments
 (0)