Bug
| Bug ID Number | BUG-000163031 |
|---|---|
| Submitted | November 16, 2023 |
| Last Modified | February 18, 2025 |
| Applies to | ArcGIS Pro |
| Version found | 3.1.3 |
| Operating System | N/A |
| Operating System Version | 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:
Get help from ArcGIS experts
Download the Esri Support App