Update post-call questions
post-call-questions
Update post-call questions
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.
PATCH
Update post-call questions
Authorizations
The API Key created in Rounded Studio.
- You can create it by going to the "API Keys" settings of your profile.
- Need help? You can email us at team@callrounded.com or join our Discord community.
Path Parameters
Agent ID
Body
application/json
Schema for batch create/update requests.
List of questions to create/update
Required array length:
1 - 50 elementsResponse
Successfully processed post-call questions batch
Batch create/update post-call questions API response.
Response schema for batch operations.
Example:
{
"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.