Add search to API endpoints

This commit is contained in:
Dane Everitt 2018-02-07 21:33:44 -06:00
parent 9fd17db103
commit 2e693067b8
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 6 additions and 3 deletions

View file

@ -8,6 +8,9 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
* `[rc.2]` — Fixes bad API behavior on `/user` routes.
* `[rc.2]` — Fixes Admin CP user editing resetting a password on users unintentionally.
### Added
* Added ability to search the following API endpoints: list users, list servers, and list locations.
## v0.7.0-rc.2 (Derelict Dermodactylus)
### Fixed
* `[rc.1]` — Fixes exception thrown when revoking user sessions.