Js Snclient

const result = await repository.put({
idOrPath: '/Root/Content/Cars/OT1234',
content: {
DisplayName: 'Fiat 126',
Color: "Yellow"
},
})