---
title: "Update Feature Settings"
method: PUT
path: "/api/v1/admin/feature-settings"
tags: ["feature-settings"]
---

# Update Feature Settings

`PUT /api/v1/admin/feature-settings`

Update feature settings for the current tenant (admin-only).

## Headers

- `authorization` string, nullable
- `X-API-Key` string, nullable

## Request body

- FeatureSettingsUpdate
  - `pipeline` boolean, nullable
  - `password_login` boolean, nullable
  - `home_user_customizable` boolean, nullable
  - `dashboards` boolean, nullable
  - `google_client_id` string, nullable
  - `google_allowed_domain` string, nullable

## Response `200`

Successful Response

- FeatureSettingsResponse
  - `pipeline` boolean
  - `password_login` boolean
  - `home_user_customizable` boolean
  - `shipper_onboarding` boolean
  - `shipper_onboarding_countries` object
  - `dashboards` boolean
  - `google_client_id` string
  - `google_allowed_domain` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement.md) · [All operations](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjavan/salesforce-sales-cloud-replacement/versions/fd3a41a6260b/schema)
