Skip to content

Commit 316d46a

Browse files
committed
Update Changelogs “4-11-1-2019-12-23”
1 parent 718d6d8 commit 316d46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/4-11-1-2019-12-23.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ changelog:
2222
* Resolved an issue when importing domains which caused server errors for the API.
2323
* Previously, the API would only check if a CNAME for a Domain was unique among all of that Domain's CNAME records. The API will now check to make sure that a CNAME has a name that is unique among all of a Domain's records.
2424
* Use the [/domains](https://developers.linode.com/api/v4/domains) collection to review your account's domains. Use the Import Domain ([POST /domains/import](https://developers.linode.com/api/v4/domains-import/#post)) to import domains with the API.
25-
* Previously, the API documentation noted that the `last_successful` property of a Linode's `backups` property would return `None` if no backup had been completed for that Linode. The API actually returns `null` under this circumstance, and the documentation has been updated to reflect this.
25+
* Previously, the `last_successful` property of a Linode's `backups` property was documented as returning `None` if no backup had been completed for that Linode. The API actually returns `null` under this circumstance, and the documentation has been updated to reflect this.
2626
* Use the List Linodes ([GET /linode/instances](https://developers.linode.com/api/v4/linode-instances)) endpoint to list all of your Linodes, and use the View Linode ([GET /linode/instances/{instanceID}](https://developers.linode.com/api/v4/linode-instances-linode-id)) endpoint to view a single Linode.
2727
* Updates to Invoices and InvoiceItems:
2828
* The API was inappropriately rounding the `unitprice` on InvoiceItems for certain Linode products. For example, the API would report .01 for the `unitprice` of an InvoiceItem for a Nanode, while the hourly cost of a Nanode is .0075. This issue did not affect the actual amount billed to a customer.

0 commit comments

Comments
 (0)