Skip to content

Rename

Class: warmhub.Rename

Rename(name: str, new_name: str, *, kind: CommitOperationKind | Unset = UNSET, **unknown: Never)

Rewrite a thing’s or shape’s name in place.

A version-less metadata operation: it records a from-to event but mints no new body version.

operation = 'rename'

Documentation is not yet available.

name

Documentation is not yet available.

new_name

Documentation is not yet available.

kind

Documentation is not yet available.