Skip to main content
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
rename
cURL
curl --request POST \
  --url http://api/v1/projects/{projectUuid}/rename \
  --header 'Content-Type: application/json' \
  --data '
{
  "model": "<string>",
  "dryRun": true,
  "type": "model",
  "from": "<string>",
  "to": "<string>"
}
'
{
  "results": {
    "jobId": "<string>"
  },
  "status": "ok"
}

Path Parameters

projectUuid
string
required

Body

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

Response

Success

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