[#1500] Correctly require disk_overallocate

This commit is contained in:
Dane Everitt 2019-03-02 14:48:05 -08:00
parent 50c5ab92aa
commit 91c9cbba6f
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
## v0.7.13 (Derelict Dermodactylus) ## v0.7.13 (Derelict Dermodactylus)
### Fixed ### Fixed
* Fixes a bug with the location update API endpoint throwing an error due to an unexected response value. * Fixes a bug with the location update API endpoint throwing an error due to an unexected response value.
* Fixes bug where node creation API endpoint was not correctly requiring the `disk_overallocate` key.
### Changed ### Changed
* `allocation_limit` for servers now defaults to a null value, and is not required in PATCH/POST requests when adding * `allocation_limit` for servers now defaults to a null value, and is not required in PATCH/POST requests when adding

View File

@ -36,7 +36,7 @@ class StoreNodeRequest extends ApplicationApiRequest
'memory', 'memory',
'memory_overallocate', 'memory_overallocate',
'disk', 'disk',
'disk_overallocation', 'disk_overallocate',
'upload_size', 'upload_size',
'daemonListen', 'daemonListen',
'daemonSFTP', 'daemonSFTP',