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.

Authentication

Required, see Auth - Login

Arguments

modules
comma deliminated list of module ids to save to db for currently logged in user

Example

http://<SERVER-NAME>/knowledge/uisetup/infinite.ikanow.com/api/social/gui/modules/user/set/abcde12345,zyxwv98765

Example Response
Info
Code Block

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

...