api/clan: rename 'show_clan_meta' -> 'get_clan_details'

This commit is contained in:
Johannes Kirschbauer
2025-07-07 09:47:27 +02:00
parent 045e297438
commit 1c33f30135
12 changed files with 98 additions and 92 deletions

View File

@@ -122,7 +122,7 @@ def blk_from_dict(data: dict) -> BlkInfo:
@API.register
def show_block_devices() -> Blockdevices:
def list_block_devices() -> Blockdevices:
"""
Api method to show local block devices.