We have lots of items that all need the same "Terms of Use" blurb in them. I can get at them with ArcGIS API for Python, but I have not found any property for "Terms of Use."
I have checked here (and other places):
Common parameters—ArcGIS REST API: Users, groups, and content | ArcGIS for Developers
Is it possible to programmatically update this piece of information?
Thank you,
Randy McGregor
Solved! Go to Solution.
Randy,
If this is what you want to update:
then use the licenseInfo tag...
After:
Just a guess, but the metadata update process has not been mimicked in Pro and I suspect the same may be true for the Python api.
Randy,
If this is what you want to update:
then use the licenseInfo tag...
After:
Thank you! That shold do it. I just didn't realize, "licenseInfo" was, "Terms of Use."