Rename Existing Project
POST/org/:orgId/project/:projectId/rename
Rename Existing Project
Request
Path Parameters
orgId stringrequired
The Organization ID (UUID) for which you are querying.
projectId stringrequired
ID (UUID) of the project you want to rename
- application/json
Body
any
Responses
- 200
- 400
- 403
- 404
- 500
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
id string
name string
description string
version integer
created integer
createdBy string
{
"id": "4e3280de-98bc-46d3-4079-e8eef5449b36",
"name": "Clickstream Analytics",
"properties": {
"aggregate-prediction": null,
"caption": "Clickstream Analytics",
"visible": true
},
"version": 15,
"annotations": {
"annotation": [
{
"name": "version",
"value": "6"
},
{
"name": "engineId",
"value": "omniture"
},
{
"name": "versionTag",
"value": "Published on Mar 21, 2017 at 9:52am (PDT)"
}
]
},
"attributes": {
"attribute-key": [
{
"id": "b267221c-ee91-49bf-933f-d21c08e7d91b",
"properties": {
"visible": true
}
}
],
"keyed-attribute": [
{
"id": "c28e2ef9-0522-4dbf-508d-d80b5f93df68",
"key-ref": "b267221c-ee91-49bf-933f-d21c08e7d91b",
"name": "country",
"properties": {
"caption": "Country",
"type": {
"enum": {}
},
"visible": true
}
}
]
}
}
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": {
"id": "21c0ee1e-8d7d-499c-475f-a8af7c24c532",
"name": "Project",
"version": 1,
"properties": {
"caption": "Renamed Project",
"visible": true,
"aggregate-prediction": {
"speculative-aggregates": false
}
},
"datasets": {},
"cubes": {
"cube": [
{
"id": "a6919016-ea66-408f-4c5e-56270ffd6643",
"name": "Cube",
"properties": {
"caption": "Cube",
"visible": false
}
}
]
}
}
}
This error will occur if the org with the specified OrganizationID does not exist.
This error will occur if calling user does not have access right for the API.
This error will occur if the project does not exist
A server error occurred. Check the logs for more details.
Loading...