This commit is contained in:
Łukasz Magiera
2020-11-26 17:34:58 +01:00
parent 3672053ae9
commit bfb5bad124
3 changed files with 39 additions and 1 deletions
+38
View File
@@ -9,6 +9,10 @@
* [Version](#Version)
* [Add](#Add)
* [AddPiece](#AddPiece)
* [Disable](#Disable)
* [DisableTask](#DisableTask)
* [Enable](#Enable)
* [EnableTask](#EnableTask)
* [Finalize](#Finalize)
* [FinalizeSector](#FinalizeSector)
* [Move](#Move)
@@ -181,6 +185,40 @@ Response:
}
```
## Disable
### DisableTask
There are not yet any comments for this method.
Perms:
Inputs:
```json
[
"seal/v0/commit/2"
]
```
Response: `{}`
## Enable
### EnableTask
There are not yet any comments for this method.
Perms:
Inputs:
```json
[
"seal/v0/commit/2"
]
```
Response: `{}`
## Finalize