Skip to content

Commit

Permalink
Clarify documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Jan 4, 2024
1 parent c253cbb commit 7a3bb17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions documentation/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,12 @@ resource, it is possible to supply the parameter `data_updated` eg.

resource.update_in_hdx(data_updated=True)

Using **mark_data_updated** on multiple resources in a dataset has the
advantage of only requiring a single call to HDX (by way of the dataset's
**create_in_hdx** or **update_in_hdx** method). Setting `data_updated` to
`True` when using each resource's **create_in_hdx** or **update_in_hdx** method
requires a call to HDX per resource.

If you need to set a specific date for date of update (`last_modified`), you
can call the following:

Expand Down

0 comments on commit 7a3bb17

Please sign in to comment.