Set buttons press custom sound
Uploads buttons press custom sound file
- multipart/form-data
 
Request Body
- wav_file binary required
Sound file in .wav extension
 
Responses
- 200
 - 400
 - 401
 
OK
- Wrong .wav file
 - Writing file error
 
- application/json
 
- Schema
 - Example (from schema)
 - Wrong file
 - Writing file error
 
Schema
- error string
Error message
 
{
  "error": "Wrong JSON body"
}
{
  "error": "Wrong .wav file"
}
{
  "error": "Writing file error"
}
Unauthorized request. Log In
- application/json
 
- Schema
 - Example (from schema)
 - Log In
 
Schema
- error string
Error message
 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...