Is there anyway to set item content status to org_authoritative using ArcGIS API for Python
I see in ArcGIS REST API has method exposed to do that.
Set Content Status—ArcGIS REST API: Users, groups, and content | ArcGIS for Developers
arcgis.gis module — arcgis 1.5.3 documentation
content_statushttps://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Item.content_status
content_status
The content_status property states if an Item is authoritative or deprecated. This givens owners and administrators of Item the ability to warn users that they should be either this information or not.
Optional string or None. Defines if an Item is deprecated or authoritative. If a value of None is given, then the value will be reset.
Allowed Values: authoritative, deprecated, or None
The updated documentation can be found at:
https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.content_status
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.