PUT
/
v1
/
voice
/
post-processing
/
{postProcessing}
cURL
curl --request PUT \
  --url https://api.comm.com/api/v1/voice/post-processing/{postProcessing} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "tools": [
    "<string>"
  ]
}'
{
  "id": "<string>",
  "meta": [
    "<any>"
  ],
  "team_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "deleted_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

postProcessing
string<uuid>
required

The post processing ID

Body

application/json

AgentPostProcessingMetaDataRequest

The body is of type object.

Response

200
application/json

AgentPostProcessing

The response is of type object.