File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/Http/Requests/Api/Application/Nodes Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
66## v0.7.13 (Derelict Dermodactylus)
77### Fixed
88* Fixes a bug with the location update API endpoint throwing an error due to an unexected response value.
9+ * Fixes bug where node creation API endpoint was not correctly requiring the ` disk_overallocate ` key.
910
1011### Changed
1112* ` allocation_limit ` for servers now defaults to a null value, and is not required in PATCH/POST requests when adding
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public function rules(array $rules = null): array
3636 'memory ' ,
3737 'memory_overallocate ' ,
3838 'disk ' ,
39- 'disk_overallocation ' ,
39+ 'disk_overallocate ' ,
4040 'upload_size ' ,
4141 'daemonListen ' ,
4242 'daemonSFTP ' ,
You can’t perform that action at this time.
0 commit comments