curl --request PATCH \
--url https://api.example.com/api/core/knowledge_assets/personal/{knowledge_asset_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"label": "<string>",
"description": "<string>"
}
'