What’s the right way to push skill proficiency changes for multiple agents at once? We’re hitting /api/v2/users/skills but the call throws a 400 error and looping through the list just trips the 429 limit anyway. Here’s what we’re sending:
{
“userId”: “usr-8821”,
“skills”: [
{“skillId”: “skl-9912”, “proficiency”: 75}
]
}
The single agent endpoint breaks on bulk runs. Just need the route.