Skip to content

Commit 89ff035

Browse files
authored
Update README.md
1 parent 618618a commit 89ff035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This GET script retrieves specific properties from the JSON of ArchivesSpace age
4444
This GET scripts retrieves all of the resources from a particular repository into a JSON file which is specified in variable 'f' on line 16. This GET script can be adapted to other record types by editing the 'endpoint' variable on line 13 (e.g. 'repositories/[repo ID]/accessions' or 'agents/corporate_entities').
4545

4646
#### [getSingleRecord.py](/getSingleRecord.py)
47-
This GET script retrieves a single ArchivesSpace record based on the record's 'uri,' which is specified in the 'endpoint' variable on line 13.
47+
Based on user input, this GET script retrieves a single ArchivesSpace record based on the specified record's 'uri.'
4848

4949
#### [getTopContainerCountByResource.py](/getTopContainerCountByResource.py)
5050
Retrieves a count of top containers associated with archival objects associated with a particular resource. Upon running the script, you will be prompted enter the resource ID (just the number, not the full URI).

0 commit comments

Comments
 (0)