mirror of
https://github.com/unraid/api.git
synced 2026-01-16 05:37:25 -06:00
fix: add Owner type to server
This commit is contained in:
@@ -14,6 +14,12 @@ enum Status {
|
||||
never_connected
|
||||
}
|
||||
|
||||
type Owner {
|
||||
username: String
|
||||
url: String
|
||||
avatar: String
|
||||
}
|
||||
|
||||
type Server {
|
||||
owner: Owner
|
||||
guid: String
|
||||
|
||||
Reference in New Issue
Block a user