Update agent post-call questions in a single request. If an item has no ID, a new post-call question will be created. Only description can be updated. Maximum 50 questions per batch.
The API Key created in Rounded Studio.
Agent ID
Schema for batch create/update requests.
List of questions to create/update
1 - 50 elementsSuccessfully processed post-call questions batch
Batch create/update post-call questions API response.
Response schema for batch operations.
{
"details": [
{
"field": "email",
"message": "Invalid email format"
}
],
"message": "An error occurred while processing your request",
"status": 400,
"type": "generic_error"
}HTTP status code of the response.