Add ability to modify external id for a server

This commit is contained in:
Dane Everitt 2018-02-25 14:45:16 -06:00
parent 6a4b5e04e2
commit 8daf97021a
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 6 additions and 1 deletions

View file

@ -7,6 +7,9 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Fixed
* Fixes server creation API endpoint not passing the provided `external_id` to the creation service.
### Added
* Adds ability to modify the external ID for a server through the API.
## v0.7.2 (Derelict Dermodactylus)
### Fixed
* Fixes an exception thrown when trying to access the `/nests/:id/eggs/:id` API endpoint.