Perform a partial update on an existing class pattern configuration. Only the fields provided in the request will be updated, other fields remain unchanged. Use Case:
{
"patterns": {
"o_level": [
{"id": 1, "name": "Updated Pattern 1"},
{"id": 2, "name": "Updated Pattern 2"}
]
}
}
Note: This endpoint uses HTTP PATCH method and supports partial updates.