---
title: "Update Motd"
method: PUT
path: "/api/v1/admin/motd"
tags: ["motd"]
---

# Update Motd

`PUT /api/v1/admin/motd`

Replace the tenant's MOTD. Empty title + body clears it.

## Headers

- `authorization` string, nullable
- `X-API-Key` string, nullable

## Request body

- MOTDUpdate
  - `title` string
  - `body` string

## Response `200`

Successful Response

- MOTDResponse — Current MOTD payload. Empty title + body means no MOTD is set.
  - `title` string
  - `body` string
  - `updated_at` string, date-time, nullable
  - `updated_by` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement.md) · [All operations](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjavan/salesforce-sales-cloud-replacement/versions/fd3a41a6260b/schema)
