---
title: "Update Tenant Thirdparty Custom"
method: POST
path: "/supertokens/update-tenant-thirdparty-custom"
tags: ["SUPERTOKENS"]
deprecated: true
---

# Update Tenant Thirdparty Custom

`POST /supertokens/update-tenant-thirdparty-custom`

> **Deprecated.**

Updates the tenant with the custom third party config

Own tenant only — see `update_tenant_thirdparty`.
:return: ok status and optional message.

## Query parameters

- `new_tenant` string, required
- `client_id` string, required
- `client_secret` string, required
- `oidc_discovery_endpoint` string, required
- `third_party_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Invalid request data
- `403` — `new_tenant` is not the tenant the caller addressed
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/50769cbf05d5/schema)
