Skip to content

Required request parameters in comments indicating optional #6

@jonathanpaek

Description

@jonathanpaek

May need to QA upstream swagger spec to double check the datatype, otherwise need to investigate if this is only affecting generating python code.

  • other areas of api likely affected.
  • need to investigate if this affects comments only and/or the datatype
  • likely to affect other builds in statically typed languages like java and will result in type error (will investigate)

api_instance.get_normalized_actions from python sdk documentation sample:

# create an instance of the API class
api_instance = artikcloud.MessagesApi()
uid = 'uid_example' # str | User ID. If not specified, assume that of the current authenticated user. If specified, it must be that of a user for which the current authenticated user has read access to. (optional)
ddid = 'ddid_example' # str | Destination device ID of the actions being searched. (optional)
mid = 'mid_example' # str | The message ID being searched. (optional)
offset = 'offset_example' # str | A string that represents the starting item, should be the value of 'next' field received in the last response. (required for pagination) (optional)
count = 56 # int | count (optional)
start_date = 789 # int | startDate (optional)
end_date = 789 # int | endDate (optional)
order = 'order_example' # str | Desired sort order: 'asc' or 'desc' (optional)
# code omitted for brevity

api_response = api_instance.get_normalized_actions(uid=uid, ddid=ddid, mid=mid, offset=offset, count=count, start_date=start_date, end_date=end_date, order=order)

reference to sdk documentation - get_normalized_actions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions