corpusops/bitwardentools

Changing the item name

Opened this issue · 0 comments

Due to the use of the name as variable name in the signature of the create_item method

def create_item(
self,
name,
orga=None,
last_known_revision_date=None,
favorite=False,
collections=None,
cipher_type=CipherType.Login,
method="post",
token=None,
**jsond,
):

updating an item name by passing name in the **jsond is not possible.