<?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: Rest API call dont update or document completely in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/rest-api-call-dont-update-or-document-completely/m-p/317322#M4323</link>
    <description>&lt;P&gt;Perhaps that for an import process, the rest API is not a good choice if you want to have fine grained control upon those properties. You should use nuxeo-platform-importer that is more suited for your needs.&lt;/P&gt;</description>
    <pubDate>Tue, 06 May 2014 10:36:19 GMT</pubDate>
    <dc:creator>Damien_Metzler</dc:creator>
    <dc:date>2014-05-06T10:36:19Z</dc:date>
    <item>
      <title>Rest API call dont update or document completely</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/rest-api-call-dont-update-or-document-completely/m-p/317318#M4319</link>
      <description>&lt;P&gt;I am using rest call to create document. The below are my parameters . The call create a document with name and title . But the other fields like created date or published date or state are not updated . WHY?&lt;/P&gt;
&lt;P&gt;{
"entity-type": "document",
"name":"kk",
"type": "File",
"dc:description":"THis may work",
"properties" : {
"dc:title":"lop",
"dc:issued":"2013-05-05T16:13:39.35Z",
"dc:created":"2013-03-05T16:13:39.35Z",
"dc:modified":"2013-03-05T16:13:39.35Z",
"dc:publisher":"Administrator"
},
"state" : "published"
}&lt;/P&gt;</description>
      <pubDate>Thu, 01 May 2014 17:30:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/rest-api-call-dont-update-or-document-completely/m-p/317318#M4319</guid>
      <dc:creator>zod_</dc:creator>
      <dc:date>2014-05-01T17:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API call dont update or document completely</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/rest-api-call-dont-update-or-document-completely/m-p/317319#M4320</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;dc:created and dc:modified are updated automatically by the DublinCore Service server side.
The REST API is only able to update the "properties" map.&lt;/P&gt;
&lt;P&gt;To update the "state", you have to make your document follow a transition.&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2014 09:50:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/rest-api-call-dont-update-or-document-completely/m-p/317319#M4320</guid>
      <dc:creator>Damien_Metzler</dc:creator>
      <dc:date>2014-05-02T09:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API call dont update or document completely</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/rest-api-call-dont-update-or-document-completely/m-p/317320#M4321</link>
      <description>&lt;P&gt;i am actually doing an import process, create date and update date are past dates. i have to import a document in publish state or any state. can i do this by call rest api to create document. can you please explain "document follow a transition" ? any links will be helpful&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2014 17:36:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/rest-api-call-dont-update-or-document-completely/m-p/317320#M4321</guid>
      <dc:creator>zod_</dc:creator>
      <dc:date>2014-05-02T17:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API call dont update or document completely</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/rest-api-call-dont-update-or-document-completely/m-p/317321#M4322</link>
      <description>&lt;P&gt;Actually you can change the creation date after its creation with a REST update call.&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2014 00:45:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/rest-api-call-dont-update-or-document-completely/m-p/317321#M4322</guid>
      <dc:creator>Vincent_Dutat</dc:creator>
      <dc:date>2014-05-06T00:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API call dont update or document completely</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/rest-api-call-dont-update-or-document-completely/m-p/317322#M4323</link>
      <description>&lt;P&gt;Perhaps that for an import process, the rest API is not a good choice if you want to have fine grained control upon those properties. You should use nuxeo-platform-importer that is more suited for your needs.&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2014 10:36:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/rest-api-call-dont-update-or-document-completely/m-p/317322#M4323</guid>
      <dc:creator>Damien_Metzler</dc:creator>
      <dc:date>2014-05-06T10:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API call dont update or document completely</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/rest-api-call-dont-update-or-document-completely/m-p/317323#M4324</link>
      <description>&lt;P&gt;i tried http&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2014 21:44:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/rest-api-call-dont-update-or-document-completely/m-p/317323#M4324</guid>
      <dc:creator>zod_</dc:creator>
      <dc:date>2014-05-06T21:44:02Z</dc:date>
    </item>
  </channel>
</rss>

