{
"name" : "Asset A",
"description" : "Description A",
"color": "#00000",
"unit": "Unit A",
"dataType": "String",
"parentId": 1,
"configOwners": [
{
"organizationId" : 1
},
{
"organizationId" : 2
}
]
}
curl --location --request POST 'http://localhost:8080/api/v1/configData' \
--header 'Content-Type: application/json' \
--data-raw '{
"name" : "Asset A",
"description" : "Description A",
"color": "#00000",
"unit": "Unit A",
"dataType": "String",
"parentId": 1,
"configOwners": [
{
"organizationId" : 1
},
{
"organizationId" : 2
}
]
}'
{}