Bogue
| Numéro d’ID de bogue | BUG-000163031 |
|---|---|
| Envoi | November 16, 2023 |
| Dernière modification | February 18, 2025 |
| S’applique à | ArcGIS Pro |
| Version trouvée | 3.1.3 |
| Système d’exploitation | N/A |
| Version du système d’exploitation | N/A |
| Statut | 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 de bogue: BUG-000163031
Logiciel:
Obtenir de l’aide auprès des experts ArcGIS
Télécharger l’application Esri Support