Quellcode durchsuchen

[Fix] Add rest_api doc for the mute calls

ThiBuff vor 7 Jahren
Ursprung
Commit
c4215bf44a
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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