Changing /api/v2/chat/* endpoints to /api/v2/chats/*

Description

Chat APIs are changing routes from /api/v2/chat/ to /api/v2/chats/.

Change Category

API

Change Context

We are changing these routes to be consistent with the rest of our API endpoints which use /api/v2/chats/.

Change Impact

These APIs are only used internally, so we do not expect any customer impact.

Date of Change

Apr 14, 2023

Impacted APIs

GET /api/v2/chat/rooms/{roomJid}/participants/{participantJid}
GET /api/v2/chat/settings
PUT /api/v2/chat/settings
PATCH /api/v2/chat/settings

References

CHAT-2465

This topic was automatically closed 62 days after the last reply. New replies are no longer allowed.