Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
/social/gui/modules/user/set/{modules}
Info

Note - the "widget uploader" (widgetUploader.jsp) should be used in most cases, rather than this lower level call.

(Intended for integration with the Community Edition GUI - not for 3rd party API access)

Saves a users current set of modules.

...

Example Response
Info
Code Block

{
    "response": {
        "action": "Save Modules",
        "success": true,
        "message": "modules saved successfully",
        "time": 0
    }
}