mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Related to: https://github.com/fleetdm/fleet/issues/40127 Changes: - Updated errors logged by Android proxy endpoints to include more information about the error. - Added a `deviceNoLongerManaged` exit to the `delete-android-device` endpoint that is used when the Google API returns a "Device is no longer being managed" error. - Added a `policyNotFound` exit to the `modify-android-policies` and `modify-enterprise-app-policy` endpoints that is used when the Google API returns a 404 response - Added a `invalidPolicyName` exit to the `modify-android-device` endpoint that is used when the Google API returns an error related to the policy name sent in the request body. |
||
|---|---|---|
| .. | ||
| create-android-enrollment-token.js | ||
| create-android-enterprise.js | ||
| create-android-signup-url.js | ||
| delete-android-device.js | ||
| delete-one-android-enterprise.js | ||
| get-android-device.js | ||
| get-android-devices.js | ||
| get-android-enterprises.js | ||
| get-enterprise-applications.js | ||
| modify-android-device.js | ||
| modify-android-policies.js | ||
| modify-enterprise-app-policy.js | ||