Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

legacy api deprecation notice #2461

Merged
merged 4 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/server-side/v2/api-reference/legacy-api-v1/room.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Room
nav: 4.1
---

> **Note**: The Legacy API (V1) will remain fully functional. However, we recommend you use our [new API](/server-side/v2/Rooms/overview) to leverage the new functionalities and features and stay up to date with future releases; you can continue to check the docs for the Legacy API (V1)s [here](</server-side/v2/legacy-api%20(v1)/templates-and-roles>).
> **Note**: The Legacy API (V1) will remain functional until June 30, 2025, after which it will be deprecated. We strongly recommend migrating to our [new API](/server-side/v2/Rooms/overview) to leverage new functionalities and features and stay up to date with future releases. You can continue to check the docs for the Legacy API (V1) [here](</server-side/v2/legacy-api%20(v1)/templates-and-roles>) until the deprecation date.

## Create Room using API

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Session
nav: 4.2
---

> **Note**: The Legacy API (V1) will remain fully functional. However, we recommend you use our [new API](/server-side/v2/Sessions/object) to leverage the new functionalities and features and stay up to date with future releases; you can continue to check the docs for the Legacy API (V1)s [here](</server-side/v2/legacy-api%20(v1)/templates-and-roles>).
> **Note**: The Legacy API (V1) will remain functional until June 30, 2025, after which it will be deprecated. We strongly recommend migrating to our [new API](/server-side/v2/Sessions/object) to leverage new functionalities and features and stay up to date with future releases. You can continue to check the docs for the Legacy API (V1) [here](</server-side/v2/legacy-api%20(v1)/templates-and-roles>) until the deprecation date.

## Overview

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Templates and Roles
nav: 4.3
---

> **Note**: The Legacy API (V1) will remain fully functional. However, we recommend you use our [new API](/server-side/v2/policy/template-object) to leverage the new functionalities and features and stay up to date with future releases; you can continue to check the docs for the Legacy API (V1)s [here](/server-side/v2/api-reference/legacy-api-v1/templates-and-roles).
> **Note**: The Legacy API (V1) will remain functional until June 30, 2025, after which it will be deprecated. We strongly recommend migrating to our [new API](/server-side/v2/policy/template-object) to leverage new functionalities and features and stay up to date with future releases. You can continue to check the docs for the Legacy API (V1) [here](</server-side/v2/legacy-api%20(v1)/templates-and-roles>) until the deprecation date.

## Create Template API

Expand Down
Loading