mirror of
https://github.com/unraid/api.git
synced 2026-01-14 04:29:51 -06:00
@@ -4,13 +4,13 @@ type Query {
|
||||
|
||||
type Mutation {
|
||||
"""Start parity check"""
|
||||
startPartityCheck(correct: Boolean): JSON @func(module: "array/update-parity-check", data: { state: "start" })
|
||||
startParityCheck(correct: Boolean): JSON @func(module: "array/update-parity-check", data: { state: "start" })
|
||||
"""Pause parity check"""
|
||||
pausePartityCheck: JSON @func(module: "array/update-parity-check", data: { state: "pause" })
|
||||
pauseParityCheck: JSON @func(module: "array/update-parity-check", data: { state: "pause" })
|
||||
"""Resume parity check"""
|
||||
resumePartityCheck: JSON @func(module: "array/update-parity-check", data: { state: "resume" })
|
||||
resumeParityCheck: JSON @func(module: "array/update-parity-check", data: { state: "resume" })
|
||||
"""Cancel parity check"""
|
||||
cancelPartityCheck: JSON @func(module: "array/update-parity-check", data: { state: "cancel" })
|
||||
cancelParityCheck: JSON @func(module: "array/update-parity-check", data: { state: "cancel" })
|
||||
}
|
||||
|
||||
type ParityCheck {
|
||||
|
||||
Reference in New Issue
Block a user