Ver Fonte

[Fix] Add rest_api doc for the mute calls

ThiBuff há 7 anos atrás
pai
commit
c4215bf44a
1 ficheiros alterados com 2 adições e 0 exclusões
  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