SaveAudioFileInfo.wr

04-24-2017

This method updates an audio library record.

Parameters

  • String : name - (30) Arbitrary name of audio file.
  • String : notes - (50)(optional)
  • Number : recording - Recording id of the audio file you wish to update.

Useage

Example Request

POST /saveAudioFileInfo.wr HTTP/1.1
Host: api.voicebroadcasting.com
Content-Type: application/x-www-form-urlencoded

sidtoken=000000000000000000000000000&recording=632011&name=My%20Grace&notes=These%20are%20my%20notes

Example Response

{"response":"confirmed"}