---
title: "Update keyword"
method: PUT
path: "/keywords/{keyword}"
tags: ["Keywords"]
---

# Update keyword

`PUT /keywords/{keyword}`

REQUIRED SCOPES <code>['keywords:write']</code><br>Update keyword

## Path parameters

- `keyword` string, required

## Request body

- object
  - `name` string — Name
  - `is_active` boolean — Activate
  - `message` string — Message
  - `numbers` integer[] — Days
  - `title` string — Title

## Response `200`

OK

- KeywordResource
  - `id` integer
  - `owner_id` integer
  - `organization_id` integer
  - `is_active` boolean
  - `name` string
  - `message` string
  - `created_at` string
  - `updated_at` string
  - `disabled_at` string

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/salesmessage/apis/salesmessage-public-api.md) · [All operations](https://skmtc.net/salesmessage/apis/salesmessage-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesmessage/salesmessage-public-api/revisions/e96b3e58b041/schema)
