You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Figure out if Sphinx can parse the format we use to document endpoints:
defget_new_endpoint_function(param1):
""" Detailled description of this endpoint Summary: A short summary of what this endpoint does Tags: program Args: param1 (str): description of the path parameter Query Args: param2 (str): description of the query parameter Responses: 200: Success 403: Unauthorized request """
#################
# functionbody #
#################
The text was updated successfully, but these errors were encountered:
Figure out if Sphinx can parse the format we use to document endpoints:
The text was updated successfully, but these errors were encountered: