Skip to content

Commit

Permalink
fix docstring displaying wrong GET url
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Aug 22, 2024
1 parent e1b5d98 commit 5430a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyDataverse/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ def get_datasets_by_subject(self, date_str=None, auth=False):

def get_datasets_by_data_location(self, data_location, auth=False):
"""
GET https://$SERVER/api/info/metrics/datasets/bySubject
GET https://$SERVER/api/info/metrics/datasets/?dataLocation=$location
$type can be set to dataverses, datasets, files or downloads.
"""
Expand Down

0 comments on commit 5430a5b

Please sign in to comment.