Commit 2fac6362 authored by Łukasz Nowak's avatar Łukasz Nowak

Update api modification time.

Note: This will be error prone. Maybe ETag shall be used in this case to
reflect changes of API.
parent 0fceea90
......@@ -541,7 +541,7 @@ class VifibRestApiV1Tool(BaseTool):
BaseTool.inheritedAttribute('manage_afterAdd')(self, item, container)
# set this date to moment of API modification
api_modification_date = DateTime('2012/05/15 11:36 GMT+2')
api_modification_date = DateTime('2012/05/24 10:00 GMT+2')
@supportModifiedSince(modified_property_id='api_modification_date')
def __api_discovery(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment