---
title: "Update bot profile"
method: PATCH
path: "/oauth2/applications/{id}/bot"
tags: ["OAuth2"]
---

# Update bot profile

`PATCH /oauth2/applications/{id}/bot`

Modifies bot profile information such as name, avatar, and status. Changes apply to the bot account associated with this OAuth2 application.

## Path parameters

- `id` string, required

## Request body

- BotProfileUpdateRequest
  - `username` string
  - `discriminator` string
  - `avatar` string, byte — Base64-encoded image data
  - `banner` string, byte — Base64-encoded image data
  - `bio` string, nullable — The bio or description of the bot
  - `bot_flags` integer — The bot user flags

## Response `200`

Success

- BotProfileResponse
  - `id` string, required — The unique identifier of the bot user
  - `username` string, required — The username of the bot
  - `discriminator` string, required — The discriminator of the bot
  - `avatar` string, nullable, required — The avatar hash of the bot
  - `banner` string, nullable, required — The banner hash of the bot
  - `bio` string, nullable, required — The bio or description of the bot
  - `flags` integer, required — The bot user flags

## Other responses

- `400` — Bad Request - The request was malformed or contained invalid data
- `401` — Unauthorized - Authentication is required or the token is invalid
- `403` — Forbidden - You do not have permission to perform this action
- `429` — Too Many Requests - You are being rate limited
- `500` — Internal Server Error - An unexpected error occurred

---

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