From 34f637642db373b7a836eb2a934aaf8130731dad Mon Sep 17 00:00:00 2001 From: Peter Kiraly Date: Thu, 20 Feb 2020 08:55:10 +0100 Subject: [PATCH] #6083 update examples in File part of Native API: change 'file to replace' to 'file to get metadata from' --- doc/sphinx-guides/source/api/native-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/api/native-api.rst b/doc/sphinx-guides/source/api/native-api.rst index e0e8ae76e73..827d3ef47fb 100644 --- a/doc/sphinx-guides/source/api/native-api.rst +++ b/doc/sphinx-guides/source/api/native-api.rst @@ -1782,7 +1782,7 @@ Example:: Getting File Metadata ~~~~~~~~~~~~~~~~~~~~~ -Provides a json representation of the file metadata for an existing file where ``ID`` is the database id of the file to replace or ``PERSISTENT_ID`` is the persistent id (DOI or Handle) of the file +Provides a json representation of the file metadata for an existing file where ``ID`` is the database id of the file to get metadata from or ``PERSISTENT_ID`` is the persistent id (DOI or Handle) of the file. A curl example using an ``ID``