core_models_remove_mixin_value
Remove one or more mixin column values from a node.
IMPORTANT NOTES:
- mixinId must be retrieved from GetMixinsInfo tool.
- mixinColumnsIds must contain the IDs of the mixin columns to remove.
- Removing a mixin column value does not delete the mixin definition itself.
core_models_remove_mixin_type
Remove a mixin type from a CoreModels project.
WARNING:
- This operation permanently removes the mixin type.
- All columns belonging to this mixin type will also be deleted.
- This action cannot be undone.
core_models_create_node
Create a new node in a CoreModels project.
IMPORTANT NOTES:
- NodeType can be: Element, Type, Taxonomy, Exemplar, Component, Space, Tag, or Mixin.
- If CheckBeforeCreate is true, the system checks for existing nodes and returns the result.
- SpaceIds determines which spaces the node belongs to:
- If omitted or empty, the node is created in the default space.
- When creating a Space node, do NOT pass SpaceIds.
core_models_update_node
Update an existing node in a CoreModels project.
IMPORTANT NOTES:
- You can update the node label and/or the spaces the node belongs to.
- Fields not provided will remain unchanged.
core_models_restore_node
Restore a suspended node in a CoreModels project.
Use this tool to bring back a previously suspended (soft-deleted) node.
core_models_remove_node
Remove (suspend) a node in a CoreModels project.
The node can be restored later using the RestoreNode tool.
core_models_create_relation
Create a relation between two nodes in a CoreModels project.
IMPORTANT NOTES:
- Relation has a direction FromNodeId → ToNodeId.
- RelationGroupId is the template for the relation.
- Use GetRelationGroupsInfo to get the list of available relation groups for a project.
core_models_remove_relation
Remove a relation between two nodes in a CoreModels project.
core_models_get_relation_groups_info
Get information about relation groups for a CoreModels project.
Use the relation groups to create a relation between two nodes.
core_models_import_jsonschema
Imports a JSON Schema into a space