Editing IOS App Settings with API

Canniff
New Contributor III

I'm looking to set all (most) of my apps to install from self service. When I PUT and update my test app, it does indeed update on the JAMF Pro management site. But when I look up the mobile device app by id using the jamf api page I get a 500 (internal server error) for a bit (about an hour or so) and then seems show up. This delay normal or am I missing some xml?

The xml I'm using is:
<?xml version="1.0" encoding="UTF-8"?><mobile_device_application><general><deployment_type>Make Available in Self Service</deployment_type>
<deploy_automatically>false</deploy_automatically></general></mobile_device_application>

1 REPLY 1

Canniff
New Contributor III

I went ahead and used it. Nothing has caught on fire yet.