Skip to content

Commit 55102f1

Browse files
committed
[bench-562] docs
1 parent 8ebb5fb commit 55102f1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/api.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Запросы к API
2+
3+
```url
4+
http://127.0.0.1:10331/api/pin/list
5+
http://127.0.0.1:10331/api/pin_list
6+
7+
http://127.0.0.1:10331/api/pin/add?name=ps-deb-12&numa=0
8+
http://127.0.0.1:10331/api/pin_add?name=ps-deb-13&numa=1
9+
10+
http://127.0.0.1:10331/api/pin/remove?name=ps-deb-12
11+
http://127.0.0.1:10331/api/pin_remove?name=ps-deb-12
12+
13+
http://127.0.0.1:10331/api/pin/clean
14+
http://127.0.0.1:10331/api/pin_clean
15+
```

0 commit comments

Comments
 (0)