diff --git a/docs/api/remote-procedure-calls-evo.md b/docs/api/remote-procedure-calls-evo.md
index eae475f6..041e13ef 100644
--- a/docs/api/remote-procedure-calls-evo.md
+++ b/docs/api/remote-procedure-calls-evo.md
@@ -1794,13 +1794,13 @@ The `protx revoke` RPC creates and sends a ProUpRevTx to the network.
| Name | Type | Presence | Description |
| ---------------- | ------------ | ----------------------- | ------------------------------------------------------------------------- |
-| `operatorPubKey` | string (hex) | Required
(exactly 1) | The operator private key belonging to the registered operator public key. |
+| `operatorKey` | string (hex) | Required
(exactly 1) | The operator private key belonging to the registered operator public key. |
*Parameter #3---reason*
| Name | Type | Presence | Description |
| -------- | ------ | ----------------------- | -------------------------- |
-| `reason` | number | Required
(exactly 1) | The reason for revocation. |
+| `reason` | number | Optional
(0 or 1) | The reason for revocation. This is informational and does not effect the revocation:
`0` - Reason not specified
`1` - Termination of service
`2` - Compromised keys
`3` - Change of keys |
*Parameter #4---fee source address*