You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,8 +235,6 @@ Update an object from serialized input | (NOT YET IMPLEMENTED) /object/serial/:t
235
235
Get a JSON document that contains certain type of MAPS (export or import) for a particular class | /map/:class/:map/:type | GET
236
236
Get a JSON document that contains export and import definition of a MAP name associated with a particular class | /map/:class/:map | GET
237
237
Get a JSON document that contains all the maps' definitions for a class | /map/:class | GET
238
-
239
-
<!-- Set export/import MAPs from a JSON document -->
240
238
Set export/import MAPS (all or those comma-separated especified in Filter) from a JSON document | /map/:override/:filter | POST
241
239
Set export/import MAPS from a JSON document (overriding the existing ones if any) | /map" | POST
242
240
Set the export/import MAPS from a JSON document to a different target class (all or those especificied in filter) | /map/chgclass/:targetclass/:override/:filter | POST
0 commit comments