From ef61a5dbbd86b9aaad0df47ff9f47050f76e6920 Mon Sep 17 00:00:00 2001 From: Ujjwal Nasra <125353741+unasra@users.noreply.github.com> Date: Fri, 20 Dec 2024 01:01:14 +0530 Subject: [PATCH] Updated Comment --- src/bloxone_client/api_client.py | 1 + 1 file changed, 1 insertion(+) 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':