Logo
MicroStrategy REST API API Documentation

Update an application object

PUT {{baseUrl}}/api/v2/applications/:id

Update an application object including name, description, generalSettings, homeScreenSettings, etc.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
X-MSTR-AuthToken
string (Required) Authorization token
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'baseUrl/api/v2/applications/:id' -H 'X-MSTR-AuthToken: authToken' -H 'Content-Type: application/json' -d '{"objectNames":[{"name":"Test Object Name"}],"objectAcl":[{"deny":false}],"projectId":"38A062302D4411D28E71006008960167","name":"My Test Application","type":78,"dateCreated":"2022-02-23T20:08:23.088+0000","dateModified":"2022-02-23T20:08:23.088+0000","objectVersion":"DA552426544D709AF66988B9774FE69F","ownerId":"7FC05A65473CE2FD845CE6A1D3F13233","parentObjectId":"4B979645463C14EF5A32EF8A032C9AC1","general":{"disableAdvancedSettings":false,"disablePreferences":false,"networkTimeout":180,"cacheClearMode":1,"clearCacheOnLogout":false,"maxLogSize":500,"logLevel":12,"updateInterval":30},"homeScreen":{"mode":1,"homeDocument":{"url":"app/B7CA92F04B9FAE8D941C3E9B7E0CD754/3D5AD91611E8285C3D690080EFA5ACC6","icons":["bookmarks","reset","filters","comments","share","notifications","options","table_of_contents"],"toolbarMode":1,"toolbarEnabled":false},"homeLibrary":{"icons":["sidebars","sort_and_filter","search","multi_select"],"customizedItems":{"my_content":true,"subscriptions":true,"new_dossier":true,"edit_dossier":true,"add_library_server":true,"data_search":true,"hyper_intelligence":true,"font_size":true,"undo_and_redo":true},"toolbarMode":1,"sidebars":["all","favorites","recents","default_groups","my_groups","options"],"toolbarEnabled":false,"defaultGroupsName":"Default Groups"}},"platforms":["mobile","web","desktop"],"isDefault":false}'

ENDPOINTS