diff --git a/documentation/en/api-methods-miner.md b/documentation/en/api-methods-miner.md index 05cd1361d..66512a02c 100644 --- a/documentation/en/api-methods-miner.md +++ b/documentation/en/api-methods-miner.md @@ -101,6 +101,7 @@ * [SectorStartSealing](#SectorStartSealing) * [SectorTerminate](#SectorTerminate) * [SectorTerminateFlush](#SectorTerminateFlush) + * [SectorTerminatePending](#SectorTerminatePending) * [Sectors](#Sectors) * [SectorsList](#SectorsList) * [SectorsListInStates](#SectorsListInStates) @@ -195,7 +196,8 @@ Response: ```json { "PreCommitControl": null, - "CommitControl": null + "CommitControl": null, + "TerminateControl": null } ``` @@ -1560,6 +1562,16 @@ SectorTerminateFlush immediately sends a terminate message with sectors batched Returns null if message wasn't sent +Perms: admin + +Inputs: `null` + +Response: `null` + +### SectorTerminatePending +SectorTerminatePending returns a list of pending sector terminations to be sent in the next batch message + + Perms: admin Inputs: `null`