Error
| Número de ID del error | BUG-000163031 |
|---|---|
| Enviado | November 16, 2023 |
| Última modificación | February 18, 2025 |
| Relacionado con | ArcGIS Pro |
| Versión encontrada | 3.1.3 |
| Sistema operativo | N/A |
| Versión de sistema operativo | N/A |
| Estado | 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')
ID del error: BUG-000163031
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri