---
title: "Update Mobile App Config"
method: PUT
path: "/configurations/mobile-app/{organization_id}"
tags: ["configurations"]
---

# Update Mobile App Config

`PUT /configurations/mobile-app/{organization_id}`

Update mobile app configuration for an organization.

Expects the full MobileAppConfig from the frontend.

## Path parameters

- `organization_id` string, required

## Request body

- MobileAppConfig
  - `tech_full_schedule_enabled` boolean — Whether technicians can see full schedule
  - `messages_tab_enabled` boolean — Whether the Messages tab is shown in the mobile app.
  - `phonebook_tab_enabled` boolean — Whether the Phonebook tab is shown in the mobile app.
  - `sms_forwarding_enabled` boolean — When enabled, inbound customer messages are forwarded via SMS to the technician's personal phone number. Technicians reply from the app or field view via the link in that forward.
  - `proposal_modules` string[] — Proposal modules enabled in the mobile app, such as landscaping.
  - `envision_enabled` boolean — Whether AI 'Envision' after-image generation is available on proposal section photos.

## Response `200`

Successful Response

- MobileAppConfig
  - `tech_full_schedule_enabled` boolean — Whether technicians can see full schedule
  - `messages_tab_enabled` boolean — Whether the Messages tab is shown in the mobile app.
  - `phonebook_tab_enabled` boolean — Whether the Phonebook tab is shown in the mobile app.
  - `sms_forwarding_enabled` boolean — When enabled, inbound customer messages are forwarded via SMS to the technician's personal phone number. Technicians reply from the app or field view via the link in that forward.
  - `proposal_modules` string[] — Proposal modules enabled in the mobile app, such as landscaping.
  - `envision_enabled` boolean — Whether AI 'Envision' after-image generation is available on proposal section photos.

## Other responses

- `404` — Not found
- `422` — Validation Error

## Changes

- **2026-09-09** `a786fa3c27df` — 2 info
  - added the new optional request property `envision_enabled`
  - added the optional property `envision_enabled` to the response with the `200` status

[Change history](https://skmtc.dev/noso/apis/crucible-backend-api/changes/configurations/mobile-app/:organization_id/put.md)

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/6242f8ed3b67?raw)
