# Patch application instance Returns application instance Endpoint: PATCH /v0/enterprise/{enterprise_id}/emm/{emm_id}/product/{product_id} Version: 1.0.0 Security: apiKey ## Path parameters: - `enterprise_id` (string, required) A UUID string identifying this enterprise. - `emm_id` (integer, required) An integer representing the ID of enterprise. - `product_id` (string, required) A string identifying the product. ## Request fields (*/*): - `icon_url` (string) - `is_active` (boolean) - `updated_on` (string) - `min_sdk_version` (integer) ## Response 200 fields (application/json): - `id` (string) - `icon_url` (string) - `is_active` (boolean) - `title` (string) - `created_on` (string) - `updated_on` (string) - `min_sdk_version` (string) - `google_product_id` (string) - `package_name` (string) - `google_enterprise` (integer) ## Response 400 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 401 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 500 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 204 fields