Skip to content

Commit

Permalink
Changed api method call to plural
Browse files Browse the repository at this point in the history
  • Loading branch information
portableant committed Sep 16, 2010
1 parent 9ec74b3 commit f6d22c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brooklyn/brooklyn.Collection.getRightsTypes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<author>Daniel Pett</author>
<description>Search Brooklyn Museum's collections database</description>
<documentationURL>http://www.brooklynmuseum.org/opencollection/api/docs/request/collection.getRightsTypes</documentationURL>
<sampleQuery description="Get rights types for Brooklyn objects">select * from {table} where format='xml' and api_key='{key}';</sampleQuery>
<sampleQuery description="Get rights types for Brooklyn objects">select * from {table} where format='xml' and api_key='{key}';</sampleQuery>
</meta>
<bindings>
<select itemPath="response.rightstypes" produces="XML">
<urls>
<url>http://www.brooklynmuseum.org/opencollection/api/?method=collection.getRightsType</url>
<url>http://www.brooklynmuseum.org/opencollection/api/?method=collection.getRightsTypes</url>
</urls>
<inputs>
<key id="format" type="xs:string" paramType="query" required="false" />
Expand Down

0 comments on commit f6d22c0

Please sign in to comment.