不具合
| 不具合 ID 番号 | BUG-000163031 |
|---|---|
| 送信されました | November 16, 2023 |
| 最終更新日 | February 18, 2025 |
| 適用対象 | ArcGIS Pro |
| 見つかったバージョン | 3.1.3 |
| オペレーティング システム | N/A |
| オペレーティング システムのバージョン | N/A |
| ステータス | 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: BUG-000163031
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード