Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

/social/gui/modules/user/set/{modules}

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

(Intended for integration with the Infinit.e 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://infinite.ikanow.com/api/social/gui/modules/user/set/abcde12345,zyxwv98765

Example Response
{
    "response": {
        "action": "Save Modules",
        "success": true,
        "message": "modules saved successfully",
        "time": 0
    }
}
  • No labels