---
title: "PATCH /tenant-configs/{id}"
method: PATCH
path: "/tenant-configs/{id}"
tags: ["TenantMgmtConfigController"]
---

# PATCH /tenant-configs/{id}

`PATCH /tenant-configs/{id}`

| Permissions |
| ------- |
| 10222   |

## Path parameters

- `id` string, required

## Request body

- TenantMgmtConfigPartial — tenant_mgmt_configs to save any tenant specific data related to idP (tsType: Partial<TenantMgmtConfig>, schemaOptions: { partial: true })
  - `deleted` boolean
  - `deletedOn` string, date-time, nullable
  - `deletedBy` string, nullable
  - `createdOn` string, date-time
  - `modifiedOn` string, date-time
  - `createdBy` string
  - `modifiedBy` string
  - `id` string
  - `configKey` string
  - `configValue` object
  - `tenantId` string — id of the tenant this invoice is generated for

## Response `204`

Tenant Config PATCH success

- TenantMgmtConfig — tenant_mgmt_configs to save any tenant specific data related to idP
  - `deleted` boolean
  - `deletedOn` string, date-time, nullable
  - `deletedBy` string, nullable
  - `createdOn` string, date-time
  - `modifiedOn` string, date-time
  - `createdBy` string
  - `modifiedBy` string
  - `id` string
  - `configKey` string, required
  - `configValue` object, required
  - `tenantId` string, required — id of the tenant this invoice is generated for

---

[API](https://skmtc.dev/sourcefuse/apis/tenant-management-service.md) · [All operations](https://skmtc.dev/sourcefuse/apis/tenant-management-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sourcefuse/tenant-management-service/revisions/0dce7cf133e9/schema)
