---
title: "Update a Redfast tenant"
method: PATCH
path: "/v1/tenants"
tags: ["Tenants"]
---

# Update a Redfast tenant

`PATCH /v1/tenants`

Updates a Redfast tenant's information or public key.

## Headers

- `rf-secret` string, required

## Request body

- object
  - `external_tenant_id` string, required — Unique Partner Tenant ID
  - `partner_code` string, required — Partner Code assigned by Redfast
  - `app_domain` string — (Optional) Top-level domain of the app
  - `api_key` string — (Optional) API key used for integration

## Response `200`

Tenant updated successfully

- object
  - `success` boolean
  - `status` string
  - `external_tenant_id` string
  - `app_id` string
  - `tag_url` string, uri
  - `test_mode` boolean

## Other responses

- `401` — Unauthorized - Shared secret is incorrect
- `404` — Not Found - Requested resource was not found
- `422` — Unprocessable Entity - Invalid or missing information

---

[API](https://skmtc.net/recurly/apis/custom-rendering-api.md) · [All operations](https://skmtc.net/recurly/apis/custom-rendering-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recurly/custom-rendering-api/versions/5b447fc86155/schema)
