cURL
curl --request PUT \ --url https://tms.universal.rollout.com/api/sources/{id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": "<string>", "name": "<string>", "originalIds": {}, "original": {} }
OK
Show child attributes