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
{{ message }}
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.
ArcRest or ArcRestHelper
ArcRest
Version or date of download
3.5.3
Bug or Enhancement
Bug
Repo Steps or Enhancement details
Started getting this error when updating existing Service Definition item in AGO. Does not work with multipart set to True:
ip = arcrest.manageorg.ItemParameter()
ip.type = "Service Definition"
ip.description = "Description"
ip.tags = "Tags"
ip.overwrite =True
newItem = item.updateItem(itemParameters=ip, data=path_to_SD_file, clearEmptyFields = True, multipart = True)
I get:
Error processing main updateItem() got an unexpected keyword argument 'multipart'
Works fine with no multipart argument set.
The text was updated successfully, but these errors were encountered: