---
title: "Update a keyword lease config"
method: PUT
path: "/keywords/leases/configs/{keyword}"
tags: ["keywords"]
---

# Update a keyword lease config

`PUT /keywords/leases/configs/{keyword}`

Updates a keyword lease configuration. Use this API endpoint to enable/disable inbound SMS forwarding, set forward number. Forward number must be in E.164 format)

## Path parameters

- `keyword` string, required

## Request body

- KeywordConfig — ~
  - `textInboundConfig` TextInboundConfig — ~
    - `forwardEnabled` boolean — ~
    - `forwardNumber` string — ~
  - `keyword` string — ~

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal Server Error

---

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