Updates a relation type on the server and refreshes the cached list.
Usage
updateRelationType(relationTypeId, name, reverseName, description = "")
Arguments
- relationTypeId
Character. UUID of the relation type to update.
- name
Character. New display name.
- reverseName
Character. New reverse display name.
- description
Character. New description.
Value
The updated relation type as a list, or NULL on failure.