Skip to content

Commit e95ff72

Browse files
[API-654] Corrected get_user_attribute_list_items() param documentation
1 parent 350560e commit e95ff72

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cwapi3d"
3-
version = "33.324.0"
3+
version = "33.328.0"
44
authors = [{ name = "Cadwork", email = "it@cadwork.ca" }]
55
requires-python = ">= 3.14"
66
description = 'Python bindings for CwAPI3D'

src/attribute_controller/__init__.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,11 +1443,11 @@ def get_sku_list_items() -> list[str]:
14431443
"""
14441444

14451445

1446-
def get_user_attribute_list_items(element_id: ElementId) -> list[str]:
1446+
def get_user_attribute_list_items(number: UserAttributeId) -> list[str]:
14471447
"""Get user attribute list items.
14481448
14491449
Parameters:
1450-
element_id: The element id.
1450+
number: The user attribute number.
14511451
14521452
Returns:
14531453
The list of user attribute list items.

0 commit comments

Comments
 (0)