Skip to content

Commit 76d71f0

Browse files
committed
add link
1 parent d5fcc80 commit 76d71f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/03-the-gis/accessing-and-creating-content.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1539,7 +1539,7 @@
15391539
"cell_type": "markdown",
15401540
"metadata": {},
15411541
"source": [
1542-
"**Note**: You can specify most properties of an item as a dictionary or `ItemProperties` object to the `item_properties` parameter. Refer to the [API ref doc](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.add) of this method for a definitive list. You could also specify an empty dictionary to this parameter, the downside is search cannot index these items efficiently if it does not have sufficient metadata information, hence that is not a good programming practice."
1542+
"**Note**: You can specify most properties of an item as a dictionary or [`ItemProperties`](https://developers.arcgis.com/python/latest/api-reference/arcgis.gis.toc.html#itemproperties) object to the `item_properties` parameter. Refer to the [API ref doc](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.add) of this method for a definitive list. You could also specify an empty dictionary to this parameter, the downside is search cannot index these items efficiently if it does not have sufficient metadata information, hence that is not a good programming practice."
15431543
]
15441544
},
15451545
{

0 commit comments

Comments
 (0)