Body
application/json
curl --request POST \
--url http://api/v1/projects/{projectUuid}/rename/chart/{chartUuid} \
--header 'Content-Type: application/json' \
--data '
{
"fixAll": true,
"type": "model",
"to": "<string>",
"from": "<string>"
}
'{
"results": {
"jobId": "<string>"
},
"status": "ok"
}curl --request POST \
--url http://api/v1/projects/{projectUuid}/rename/chart/{chartUuid} \
--header 'Content-Type: application/json' \
--data '
{
"fixAll": true,
"type": "model",
"to": "<string>",
"from": "<string>"
}
'{
"results": {
"jobId": "<string>"
},
"status": "ok"
}Was this page helpful?