Bug
Bug-ID-Nummer | BUG-000163031 |
---|---|
Eingereicht | November 16, 2023 |
Zuletzt geändert | February 18, 2025 |
Gilt für | ArcGIS Pro |
Gefunden in Version | 3.1.3 |
Betriebssystem | N/A |
Betriebssystemversion | N/A |
Status | Non-Reproducible |
The following code can be used to overwrite the description, which wipes out: from arcgis.gis import GIS gis = GIS("https://www.arcgis.com", "<username>", "<password>") # replace with item id from url of item detail page of feature service to be updated search_result = gis.content.search("id:id:<itemID>") # overwrite tags/description/snippet search_result[0].update(item_properties={'tags':'test','description':'1234','snippet':'4567'}) print('done')
Bug-ID: BUG-000163031
Software:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen