Skip to content

Commit

Permalink
docs: update UserGuide for readonly rest api
Browse files Browse the repository at this point in the history
  • Loading branch information
helen-m-lin committed Jul 18, 2024
1 parent 5916ddd commit 093ca3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/UserGuide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ REST API (Read-Only)
filter = {"subject.subject_id": "123456"}
limit = 1000
paginate_batch_size = 100
response = docdb_api_client.retrieve_data_asset_records(
response = docdb_api_client.retrieve_docdb_records(
filter_query=filter,
limit=limit,
paginate_batch_size=paginate_batch_size
Expand Down

0 comments on commit 093ca3e

Please sign in to comment.