---
title: "Update tenant control-plane config"
method: PUT
path: "/tenants/{id}/config"
tags: ["Tenant Config"]
---

# Update tenant control-plane config

`PUT /tenants/{id}/config`

Requires owner/admin session with recent MFA. Updates policy exposure, policy templates, feature flags, app clients, allowed origins, redirect URLs, MFA/auth-abuse config, gas sponsorship config, and presentation settings.

## Headers

- `X-Steward-Request-Timestamp` string
- `X-Steward-Request-Expires-At` string
- `X-Steward-Signature` string
- `X-Steward-Signing-Key-Id` string
- `Idempotency-Key` string

## Request body

- object
  - `tenantId` string, required
  - `displayName` string
  - `policyExposure` object
  - `policyTemplates` object[]
  - `secretRoutePresets` object[]
  - `approvalConfig` object
  - `featureFlags` object
  - `theme` object
  - `allowedOrigins` string[]
  - `allowedRedirectUrls` string[]
  - `oidcProviders` object[]
  - `authAbuseConfig` object
  - `appClients` object[]
  - `testAccount` object
  - `gasSponsorshipConfig` object
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Response `200`

JSON response

- object
  - `ok` true, required
  - `data` object, required
    - `tenantId` string, required
    - `displayName` string
    - `policyExposure` object
    - `policyTemplates` object[]
    - `secretRoutePresets` object[]
    - `approvalConfig` object
    - `featureFlags` object
    - `theme` object
    - `allowedOrigins` string[]
    - `allowedRedirectUrls` string[]
    - `oidcProviders` object[]
    - `authAbuseConfig` object
    - `appClients` object[]
    - `testAccount` object
    - `gasSponsorshipConfig` object
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `400` — JSON response
- `401` — JSON response
- `403` — JSON response
- `404` — JSON response
- `408` — JSON response
- `409` — JSON response

## Changes

- **2026-08-17** `261a7c8070b2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/steward-fi/apis/steward-api/changes/tenants/:id/config/put.md)

---

[API](https://skmtc.dev/steward-fi/apis/steward-api.md) · [All operations](https://skmtc.dev/steward-fi/apis/steward-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/steward-fi/steward-api/revisions/b88b4b97a664/schema)
