v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439185265.0 KB

Updates the specified Call Analytics category with new rules. Note that the UpdateCallAnalyticsCategory operation overwrites all existing rules contained in the specified category. You cannot append additional rules onto an existing category.

To create a new category, see .

post/#X-Amz-Target=Transcribe.UpdateCallAnalyticsCategory

Headers

X-Amz-Target'Transcribe.UpdateCallAnalyticsCategory' required

Request body

CategoryNamestring required

The name of the Call Analytics category you want to update. Category names are case sensitive.

InputType'REAL_TIME' | 'POST_CALL'

Choose whether you want to update a real-time or a post-call category. The input type you specify must match the input type specified when the category was created. For example, if you created a category with the <code>POST_CALL</code> input type, you must use <code>POST_CALL</code> as the input type when updating this category.

Response

Success