canmove, Confirmed users
1,173
edits
Line 100: | Line 100: | ||
'''GET''': Returns a list of ids associated with the collection. | '''GET''': Returns a list of ids associated with the collection. | ||
<br>'''POST''': Takes | <br>'''POST''': Takes a JSON array of WBOs (in the parameter wbo) 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. | ||