Skip to content

Commit

Permalink
Changed itemtype to item_type as in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
portableant committed Sep 16, 2010
1 parent 13a205f commit fd9b262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brooklyn/brooklyn.collection.getItem.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 by item type and number</description>
<documentationURL>http://www.brooklynmuseum.org/opencollection/api/docs/request/collection.getItem</documentationURL>
<sampleQuery description="Get item details by type and id">select * from {table} where itemtype="object" and item_id="1687" and api_key='{key}';</sampleQuery>
<sampleQuery description="Get item details by type and id">select * from {table} where item_type="object" and item_id="1687" and api_key='{key}';</sampleQuery>
</meta>
<bindings>
<select itemPath="response.object" produces="XML">
Expand Down

0 comments on commit fd9b262

Please sign in to comment.