Rename Jedox Element
jedox_update_elementRenames an existing element in a Jedox dimension by specifying its database, dimension, and element IDs along with a new name.
Instructions
Rename an existing element in a Jedox dimension.
Args:
database_id: Numeric ID of the database
dimension_id: Numeric ID of the dimension
element_id: Numeric ID of the element to rename
new_name: The new name
Returns: { id, name, typeLabel }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | ||
| dimension_id | Yes | ||
| element_id | Yes | ||
| new_name | Yes | New name for the element. |