diff --git a/86.md b/86.md index b9a8cc24..7031f9be 100644 --- a/86.md +++ b/86.md @@ -52,6 +52,9 @@ This is the list of **methods** that may be supported: * `listeventsneedingmoderation`: - params: `[]` - result: `[{"id": "<32-byte-hex>", "reason": ""}]`, an array of objects +* `signevent`: + - params: `[{kind, content, tags, created_at}]` + - result: `[{kind, content, tags, created_at, id, sig, pubkey}]` (the event signed by the relay's `self` pubkey) * `allowevent`: - params: `["<32-byte-hex-event-id>", ""]` - result: `true` (a boolean always set to `true`)