canmove, Confirmed users
1,173
edits
Line 91: | Line 91: | ||
'''GET''': Retrieve the object. | '''GET''': Retrieve the object. | ||
<br>''' | <br>'''PUT''': Add/update the object. | ||
<br>'''DELETE''': Delete the object. | <br>'''DELETE''': Delete the object. | ||
Line 99: | Line 99: | ||
'''GET''': Returns a list of ids associated with the collection. | '''GET''': Returns a list of ids associated with the collection. | ||
<br>'''POST''': Takes an array of WBOs and adds/updates them within the collection. Identical to | <br>'''POST''': Takes an array of WBOs and adds/updates them within the collection. Identical to doing a set of PUTs over /id urls. | ||
<br>'''DELETE''': Deletes all objects in this collection. | <br>'''DELETE''': Deletes all objects in this collection. | ||