We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03aeb8d commit 4440f05Copy full SHA for 4440f05
1 file changed
documentation/main.md
@@ -912,7 +912,11 @@ There is a getter to read the value back:
912
To indicate that the data in an externally hosted resource (given by a URL) has
913
been updated, call **mark_data_updated** on the resource, before calling
914
**create_in_hdx** or **update_in_hdx** on the resource or parent dataset which
915
-will result in the resource `last_modified` field being set to now.
+will result in the resource `last_modified` field being set to now.
916
+
917
+ resource.mark_data_updated()
918
+ dataset.update_in_hdx()
919
920
Alternatively, when calling **create_in_hdx** or **update_in_hdx** on the
921
resource, it is possible to supply the parameter `data_updated` eg.
922
0 commit comments