doc: fix checkrune request schema.

There's actually no "filter" here, this was mistakenly taken from commando.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2023-09-11 11:22:18 +09:30
parent 5ac9fdd172
commit f8a3c64500

View file

@ -32,11 +32,6 @@
"description": "parameters for method"
}
]
},
"filter": {
"type": "object",
"additionalProperties": true,
"description": "filter to apply to any successful result"
}
}
}