浏览代码

[Fix] Add rest_api doc for the mute calls

ThiBuff 7 年之前
父节点
当前提交
c4215bf44a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Docs/rest_api.md

+ 2 - 0
Docs/rest_api.md

@@ -14,6 +14,8 @@ Kalliope provides the REST API to manage the synapses. For configuring the API r
 | POST   | /synapses/start/audio             | Run a synapse from an audio sample |
 | GET    | /deaf                             | Get the current deaf status        |
 | POST   | /deaf                             | Switch the deaf status             |
+| GET    | /mute                             | Get the current mute status        |
+| POST   | /mute                             | Switch the mute status             |
 
 ## Curl examples