Add Items to Listpost https://localhost:8501/lr-admin-api/lists/{guid}/itemsAdds more items to an existing list.Path ParamsguidstringrequiredThe GUID stored in the database.Body ParamsThe body of the list item so that the list can be updated with new items.itemsarray of objectsrequireditems*ADD objectHeadersloadListItemsbooleanDefaults to falseReturns list items after items are added to or removed from an existing list if set to true. Otherwise, returns a list summary but no items.truefalseResponses 200Returns list with all items. 403An unauthorized user tried to add items in the list.Updated 6 months ago