POST
/
api
/
v1
/
saved
/
{chartUuid}
/
rollback
/
{versionUuid}
{
  "results": "<any>",
  "status": "ok"
}

Path Parameters

chartUuid
string
required

chartUuid for the chart to run

versionUuid
string
required

versionUuid for the chart version

Response

200
application/json
Success
status
enum<string>
required
Available options:
ok
results
any