mirror of
https://github.com/unraid/api.git
synced 2026-01-19 06:59:40 -06:00
fix: add missing enum value
This commit is contained in:
@@ -20,6 +20,7 @@ type Subscription {
|
||||
enum Status {
|
||||
online
|
||||
offline
|
||||
never_connected
|
||||
}
|
||||
|
||||
type Owner {
|
||||
|
||||
Reference in New Issue
Block a user