| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-22 | all: implement HTTP API to stop local or play execution | Shulhan | |
| The HTTP API for stopping execution have the following signature, DELETE /awwan/api/execute?id=<string> If the ID is exist, the execution will be cancelled and return HTTP status 200 with the following body, Content-Type: application/json { "code": 200, } Otherwise it will return HTTP status 404 with error message. References: https://todo.sr.ht/~shulhan/awwan/9 | |||
