---
title: "Change Bot Rate Limit Per Day"
method: POST
path: "/api/bot/rate-limit-per-day"
tags: ["Bot"]
---

# Change Bot Rate Limit Per Day

`POST /api/bot/rate-limit-per-day`

Change the rate limit per day for a bot.

## Query parameters

- `bot_id` string, uuid, required — The unique identifier for the bot.
- `rate_limit_per_day` integer, required — The new rate limit per day for the bot.

## Response `200`

Successful Response

- HttpResponseSchema — HTTP Response Schema.
  - `message_code` integer, required — Numeric code indicating the type of message or response.
  - `message` string, required — Human-readable message providing additional context about the response.
  - `data` unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/chat-fly/apis/chatfly-backend-application.md) · [All operations](https://skmtc.net/chat-fly/apis/chatfly-backend-application/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chat-fly/chatfly-backend-application/versions/cbb37496f138/schema)
