Skip to content

Commit

Permalink
Changed example parameter from itemtype to item_type as api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
portableant committed Sep 16, 2010
1 parent f6d22c0 commit 13a205f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brooklyn/brooklyn.collection.getImages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<author>Daniel Pett</author>
<description>Search Brooklyn Museum's collections database for images</description>
<documentationURL>http://www.brooklynmuseum.org/opencollection/api/docs/request/collection.getImages</documentationURL>
<sampleQuery description="Retrieve an object by type and id number">select * from {table} where itemtype="object" and item_id="4174" and api_key='{key}';</sampleQuery>
<sampleQuery description="Retrieve an object by type and id number">select * from {table} where item_type="object" and item_id="4174" and api_key='{key}';</sampleQuery>
</meta>
<bindings>
<select itemPath="response.images" produces="XML">
Expand Down

0 comments on commit 13a205f

Please sign in to comment.