Skip to content

Commit a5bab59

Browse files
docs: 📝 added warning for bulk upload functions that currently error-out
1 parent a9249d9 commit a5bab59

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pyedgeconnect/orch/_ip_objects.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,12 @@ def bulk_upload_address_group(
234234
"""Upload CSV file for bulk address group creation. The API returns
235235
the status and list of groups that got imported.
236236
237+
.. warning::
238+
239+
This function in pyedgeconnect is currently returning a 500
240+
error with the file upload, despite working in the UI.
241+
Will be fixed in future update.
242+
237243
.. list-table::
238244
:header-rows: 1
239245
@@ -581,6 +587,12 @@ def bulk_upload_service_group(
581587
"""Upload CSV file for bulk service group creation. The API returns
582588
the status and list of groups that got imported.
583589
590+
.. warning::
591+
592+
This function in pyedgeconnect is currently returning a 500
593+
error with the file upload, despite working in the UI.
594+
Will be fixed in future update.
595+
584596
.. list-table::
585597
:header-rows: 1
586598

0 commit comments

Comments
 (0)