Update Chat

Update Microsoft Teams chat properties via the PATCH endpoint.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill update-chat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Update Chat
Source: https://github.com/naftiko/microsoft-teams-sandbox/tree/main/skills/update-chat
Command: npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill update-chat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to update the properties of an existing chat, such as its topic, enabling better organization and context management for conversations.

Core Features & Use Cases

  • Update Chat Topic: Change the name or subject of a group chat.
  • Modify Chat Details: Update other relevant properties as defined by the API.
  • Use Case: A project team lead needs to rename a chat to reflect a new project phase, ensuring all participants are aware of the current focus.

Quick Start

Update the chat with ID '19:[email protected]' to have the topic 'Updated Project Discussion'.

Frequently Asked Questions about Update Chat

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update the topic of a Microsoft Teams chat?

To update a Microsoft Teams chat topic, this Skill targets the PATCH endpoint `/chats/{chat-id}` to modify chat properties. It allows you to change the subject of a group chat, ensuring better organization and context management for conversations.

Can I modify Microsoft Teams chat properties using a chat ID?

Yes, you can modify Microsoft Teams chat properties by targeting the specific chat ID. The Skill sends updates to the `/chats/{chat-id}` endpoint, allowing you to change details like the chat topic to maintain relevant communication channels.

When should I change the topic of a Teams group chat?

You should change the topic of a Teams group chat when the conversation focus shifts, such as moving into a new project phase. Updating chat properties ensures all participants are aware of the current focus and maintains organized communication.

What is the best way to rename an existing Microsoft Teams chat?

The best way to rename an existing Microsoft Teams chat is to use this Skill to patch the `/chats/{chat-id}` endpoint. This method directly updates the chat topic property, reflecting the new subject without recreating the conversation channel.

Does updating a Teams chat topic remove existing messages?

No, updating a Teams chat topic does not remove existing messages. The Skill modifies chat properties by targeting the PATCH endpoint `/chats/{chat-id}`, which changes the subject name to maintain context while preserving the conversation history.