Add support for filtering servers in client list-all endpoint
closes #1608
This commit is contained in:
parent
47c12929c4
commit
fe9d86b66b
2 changed files with 23 additions and 1 deletions
|
@ -16,6 +16,9 @@ error encountered during creation or update.
|
|||
|
||||
### Added
|
||||
* Server listing view now displays the total used disk space for each server.
|
||||
* Client API endpoint to list all servers now supports an additional `?filter=subuser-of|all|admin|owner` parameter to
|
||||
return different groupings of servers. The default value is `subuser-of` which will include all of the user's servers
|
||||
that they are the owner of, as well as all servers they're a subuser of.
|
||||
|
||||
### Changed
|
||||
* Updated Paper egg to not download `server.properties` each time. [parkervcp/eggs#260](https://github.com/parkervcp/eggs/issues/260)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue