File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments