{endpoint}conversion/edit/{id}
Name | Descriptions |
---|---|
to | Trancription id |
name | New title to get update for the transcription |
curl -X POST \
{endpoint}conversion/edit/ee034430-87d4-4946-9d37-08431180abee \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Authorization: Bearer 6413a1acf4df6c41d028d0970ecc8b28' \
-d name=new%20title
{
"status": "OK",
"message": "Conversion updated successfully"
}