How to update meta attributeValues (elements) using DHIS2 web api

https://your-server/api/dataElements/2a19h5eZldA

{
	"name": "Hospital department",
	"shortName": "Hospital department",
	"aggregationType": "NONE",
	"domainType": "TRACKER",
	"valueType": "TEXT",
	"attributeValues": [{
		"value": "DEPARTMENT",
		"attribute": {
			"id": "xmp9h5eZldA"
		}
	}]
}

https://your-server/api/dataElements/2a19h5eZldA

{
	"name": "Hospital department",
	"shortName": "Hospital department",
	"aggregationType": "NONE",
	"domainType": "TRACKER",
	"valueType": "TEXT",
	"attributeValues": [{
		"value": "DEPARTMENT",
		"attribute": {
			"id": "xmp9h5eZldA"
		}
	}]
}