diff --git a/src/bloxone_client/api_client.py b/src/bloxone_client/api_client.py index c6f241f..905bb82 100644 --- a/src/bloxone_client/api_client.py +++ b/src/bloxone_client/api_client.py @@ -683,6 +683,7 @@ def path_param_value( :param value: The value of the path parameter to be converted to string. :param value_type: The type of the path parameter. If value_type is "resource_id", the value in the form of "app/type/id" or "type/id", the returned value will just have "id". + If value type is "integer_id" ,the value in the form of an integer, the value will be returned as is. :return: The string representation of the path parameter. """ if value_type == 'integer_id':