PUT api/v1/articles/lastSync
Updates the article synchronisation datetime stamp
Request Information
URI Parameters
None.
Body Parameters
The last article synchronisation date time.
dateRequest Formats
application/json, text/json, text/html
Sample:
"2025-10-24T13:13:43.9771227+02:00"
application/xml, text/xml
Sample:
<dateTime xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2025-10-24T13:13:43.9771227+02:00</dateTime>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
dateResponse Formats
application/json, text/json, text/html
Sample:
"2025-10-24T13:13:43.9791162+02:00"
application/xml, text/xml
Sample:
<dateTime xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2025-10-24T13:13:43.9791162+02:00</dateTime>