{
"tableAnalyticId" : 1,
"isHidden": false,
"columnName": "code",
"label": "{c}",
"dataType": "VARCHAR(255)",
"isDistributed": false,
"isAutoIncrement": false,
"isNullable": true,
"isUnique": true,
"metadatas": [
{
"unit": "unit_a",
"colors": [
{
"black": "#00000"
},
{
"white": "#aaaaa"
}
],
"iconUrl": "https://is3.cloudhost.id/img-kbrt/2023/02/jokowi-versi-anime-naruto.jpg",
"showPercentage": 0
}
]
}
curl --location --request POST 'http://localhost:8080/api/v1/dataLabel' \
--header 'Content-Type: application/json' \
--data-raw '{
"tableAnalyticId" : 1,
"isHidden": false,
"columnName": "code",
"label": "{c}",
"dataType": "VARCHAR(255)",
"isDistributed": false,
"isAutoIncrement": false,
"isNullable": true,
"isUnique": true,
"metadatas": [
{
"unit": "unit_a",
"colors": [
{
"black": "#00000"
},
{
"white": "#aaaaa"
}
],
"iconUrl": "https://is3.cloudhost.id/img-kbrt/2023/02/jokowi-versi-anime-naruto.jpg",
"showPercentage": 0
}
]
}'
{}