Documentation addition

This commit is contained in:
Scott Idem
2023-08-21 17:00:22 -04:00
parent 5f7225e3ab
commit 116cdd4a45

View File

@@ -176,7 +176,7 @@ async def get_obj_li(
# enabled: str = 'enabled',
hidden: str = 'not_hidden', # hidden, not_hidden, all,
# order_by_li: dict = None,
order_by_li: str = Header(None), # Json formatted string in a key value format.
order_by_li: str = Header(None), # Json formatted string in a key value format. It is not ideal that this is in the header. Need a better option, but this is currently a GET request.
# dh_order_by_li: str = Header(None),
# dh_testing: str = Header(None),
# h_order_by_li: str = Header(None),