Skip to main content
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
rename
/
chart
/
{chartUuid}
cURL
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"
}

Path Parameters

projectUuid
string
required
chartUuid
string
required

Body

application/json
type
enum<string>
required
Available options:
model,
field
to
string
required
from
string
required
fixAll
boolean

Response

Success

results
object
required
status
enum<string>
required
Available options:
ok