Use the API to update meeting titles
The updateMeetingTitle
mutation allows for updating the title of a meeting transcript. This operation requires admin privileges within the team.
The new title to be assigned to the meeting / transcript.
To update a meeting title, provide the transcript ID and the new title as arguments to the mutation. Here’s an example of how this mutation could be used:
Who has permission to update meeting titles?
Only users with admin privileges can update meeting titles. The meeting owner also needs to be in your team.
List of possible error codes that may be returned by the updateMeetingTitle
mutation. Full list of error codes can be found here.
require_elevated_privilege
The user does not have admin privileges to update meeting titles.
object_not_found (team)
This may indicate that you are not a part of any team. Please contact support if you encounter this error
object_not_found (transcript)
The specified transcript could not be found or you do not have access to it
Use the API to update meeting titles
The updateMeetingTitle
mutation allows for updating the title of a meeting transcript. This operation requires admin privileges within the team.
The new title to be assigned to the meeting / transcript.
To update a meeting title, provide the transcript ID and the new title as arguments to the mutation. Here’s an example of how this mutation could be used:
Who has permission to update meeting titles?
Only users with admin privileges can update meeting titles. The meeting owner also needs to be in your team.
List of possible error codes that may be returned by the updateMeetingTitle
mutation. Full list of error codes can be found here.
require_elevated_privilege
The user does not have admin privileges to update meeting titles.
object_not_found (team)
This may indicate that you are not a part of any team. Please contact support if you encounter this error
object_not_found (transcript)
The specified transcript could not be found or you do not have access to it