File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
app/Http/Requests/Api/Application/Servers Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ This file is a running track of new features and fixes to each version of the pa
33
44This project follows [ Semantic Versioning] ( http://semver.org ) guidelines.
55
6+ ## v0.7.3 (Derelict Dermodactylus)
7+ ### Fixed
8+ * Fixes server creation API endpoint not passing the provided ` external_id ` to the creation service.
9+
610## v0.7.2 (Derelict Dermodactylus)
711### Fixed
812* Fixes an exception thrown when trying to access the ` /nests/:id/eggs/:id ` API endpoint.
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ public function validated()
7676 $ data = parent ::validated ();
7777
7878 return [
79+ 'external_id ' => array_get ($ data , 'external_id ' ),
7980 'name ' => array_get ($ data , 'name ' ),
8081 'description ' => array_get ($ data , 'description ' ),
8182 'owner_id ' => array_get ($ data , 'user ' ),
You can’t perform that action at this time.
0 commit comments