Setup Transcription Query Profile
Update
Update an existing Setup Transcription Query Profile record by ID.
put/api/cp/setup/transcription-query-profile/{id}
Path parameters
idinteger required
Id identifier
Request body
Example request
{
"id character varying(255) NOT NULL\nname character varying(255)\naccount_id bigint\ncompany_id bigint\nquery text\nvisibility character varying(255)\naction": 10
}Response
Operation completed successfully
Example response
{
"status": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.