- Data is specified in JSON format as a JSONObject with two optional fields, "add" and "delete".
-
- The contents of the add array are added.
-
- The contents of the delete array are deleted.
-
- Add mapping:
-
- {
- "add":
- [
- {"to":"rmc:Wibble", "from":"whatever"},
- {"to":"rmc:wobble", "from":"whatever"}
- ]
- }
-
- Delete mapping:
-
- {
- "delete":
- [
- {"to":"rmc:Wibble", "from":"whatever"},
- {"to":"rmc:wobble", "from":"whatever"}
- ]
- }
-
- Returns data in the same format as the get method
- ]]>
-
-