PUT api/v1/articles/lastSync

Updates the article synchronisation datetime stamp

Request Information

URI Parameters

None.

Body Parameters

The last article synchronisation date time.

date

Request Formats

application/json, text/json, text/html

Sample:
"2024-03-27T13:35:50.9915838+01:00"

application/xml, text/xml

Sample:
<dateTime xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2024-03-27T13:35:50.9915838+01:00</dateTime>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Nullable`1'.

Response Information

Resource Description

date

Response Formats

application/json, text/json, text/html

Sample:
"2024-03-27T13:35:50.9915838+01:00"

application/xml, text/xml

Sample:
<dateTime xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2024-03-27T13:35:50.9915838+01:00</dateTime>