Failing to update ELM theme on RM apps using REST or HTTP calls
I am using the below urls to upload/activate/delete themes for ELM apps but it is failing for RM apps and working for EWM/ETM apps. Any idea of failure.
upload = https://xxxt3.rchland.ibm.com:16443/rm +'/_theming/save/' + themefile name
session.post(upload, files={themefile: open(themefile, 'rb')})
active = https://xxx3.rchland.ibm.com:16443/rm +'/_theming/active/' + themefile name
session.post(active)
delete = https://xxx3.rchland.ibm.com:16443/rm +'/_theming/’ + theme filename
session.delete(delete)
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jun 29 '22, 3:09 a.m.sridevi k
Jun 30 '22, 6:19 a.m.Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jun 30 '22, 7:17 a.m.sridevi k
Jul 05 '22, 8:57 a.m.Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jul 05 '22, 9:45 a.m.