@@ -31,6 +31,19 @@ tar -czC dist . | curl -X PUT \
http://stapler-host/target/
```
### Delete page
```txt
DELETE /{page}/
```
```bash
# delete /target/
curl -X DELETE \
-H 'X-Token: <TOKEN>'\
http://stapler-host/target/
```
## TODO
- [x] basic http server
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.