CRR
Update an external score
Update a specific external score
patch/crr/external_scores/{external_score_id}
Path parameters
external_score_idstring uuid required
Example:7503cd8a-903b-4fee-aa54-da3dc71f4124
ID of the external score
Request body
Example request
{
"score": 75
}Response
External score updated successfully
Example response
{
"id": "7503cd8a-903b-4fee-aa54-da3dc71f4124",
"score": 75,
"tenant": "abcdef_ghijkl"
}