PUT - Update a queue audio profile
Purpose
Use this API to update a queue audio profile.
Authorization
| HeaderKey | Description |
| Authorization* | Zoho-oauthtoken<space><ACCESS_TOKEN> |
| Accept* | Set to application/json. |
Scope
*All APIs are accessible under zohovoice.queues.ALL scope.
Request URL
Method: PUT
| https://voice.zoho.com/rest/json/zv/api/queueaudioprofile |
Scope: zohovoice.queues.UPDATE
Param Name | Data Type | Description |
data*
| JSONObject | Represents the queue data in JSON format. The name key is mandatory.
Example: |
Sample Request
Copiedcurl "https://voice.zoho.com/rest/json/zv/api/queueaudioprofile" \
-X PUT \
-H "Authorization:Zoho-oauthtoken *****"Sample Response - Success
Copied{
"code": "200",
"qapId": 4061000001205001,
"status": "SUCCESS"
}Sample Response - Error
Copied{
"code": "<App Error Code>",
"message": "<Error Message>",
"status": "ERROR"
}