Skip to content

Commit

Permalink
Updated Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
unasra committed Dec 19, 2024
1 parent fd06e5f commit ef61a5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bloxone_client/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit ef61a5d

Please sign in to comment.