<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Super Basic - Update 'Credits' with arcgis api for python? in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/super-basic-update-credits-with-arcgis-api-for/m-p/1351025#M9307</link>
    <description>&lt;P&gt;Oh my gosh. I would not have thought 'accessInformation' is the property for 'Credits (Attribution).' Thank you. That did it.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Nov 2023 19:21:36 GMT</pubDate>
    <dc:creator>RandyMcGregor_BMcD</dc:creator>
    <dc:date>2023-11-17T19:21:36Z</dc:date>
    <item>
      <title>Super Basic - Update 'Credits' with arcgis api for python?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/super-basic-update-credits-with-arcgis-api-for/m-p/1350825#M9304</link>
      <description>&lt;P&gt;I am trying to update the 'Credits' property (feature services and views) using arcgis api for python and I have had no luck. I've tried 'update' on the item and 'update_definition' on the flc and I don't see a 'credits' property. Can someone explain who this is done? I can do rudimentary jupyter notebooking, but haven't been able to find the correct property.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RandyMcGregor_BMcD_0-1700233282614.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/86364iCAC0A4A25EF90E16/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RandyMcGregor_BMcD_0-1700233282614.png" alt="RandyMcGregor_BMcD_0-1700233282614.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Randy McGregor&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 15:04:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/super-basic-update-credits-with-arcgis-api-for/m-p/1350825#M9304</guid>
      <dc:creator>RandyMcGregor_BMcD</dc:creator>
      <dc:date>2023-11-17T15:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Super Basic - Update 'Credits' with arcgis api for python?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/super-basic-update-credits-with-arcgis-api-for/m-p/1350832#M9305</link>
      <description>&lt;P&gt;Hi Randy,&lt;/P&gt;&lt;P&gt;This should do it.&lt;/P&gt;&lt;P&gt;fs = gis.content.get([the itemID])&lt;BR /&gt;fs.update(item_properties = {'accessInformation': " Micheal, Catherine, Amanda"})&lt;/P&gt;&lt;P data-unlink="true"&gt;Other parameters that you can update are here:&amp;nbsp;&lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#item" target="_self"&gt;https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#item&lt;/A&gt;, search for "update&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class=""&gt;item_properties&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;None&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class=""&gt;data&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;None&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class=""&gt;thumbnail&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;None&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class=""&gt;metadata&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt;None&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;A title="Permalink to this definition" href="https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.update" target="_blank" rel="noopener"&gt;¶&lt;/A&gt;"&lt;/P&gt;&lt;P data-unlink="true"&gt;Just make sure the account you're signed in as in Pro is the owner of the item in AGO.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 15:11:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/super-basic-update-credits-with-arcgis-api-for/m-p/1350832#M9305</guid>
      <dc:creator>twangtx</dc:creator>
      <dc:date>2023-11-17T15:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Super Basic - Update 'Credits' with arcgis api for python?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/super-basic-update-credits-with-arcgis-api-for/m-p/1351025#M9307</link>
      <description>&lt;P&gt;Oh my gosh. I would not have thought 'accessInformation' is the property for 'Credits (Attribution).' Thank you. That did it.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 19:21:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/super-basic-update-credits-with-arcgis-api-for/m-p/1351025#M9307</guid>
      <dc:creator>RandyMcGregor_BMcD</dc:creator>
      <dc:date>2023-11-17T19:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Super Basic - Update 'Credits' with arcgis api for python?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/super-basic-update-credits-with-arcgis-api-for/m-p/1351027#M9308</link>
      <description>&lt;P&gt;You're very welcome!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 19:23:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/super-basic-update-credits-with-arcgis-api-for/m-p/1351027#M9308</guid>
      <dc:creator>twangtx</dc:creator>
      <dc:date>2023-11-17T19:23:04Z</dc:date>
    </item>
  </channel>
</rss>

