Sfoglia il codice sorgente

[Fix] Add rest_api doc for the mute calls

ThiBuff 7 anni fa
parent
commit
c4215bf44a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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