---
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.

## 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.

## Other responses

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

---

[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/9afc3ea00b16?raw)
