Deprecation: /api/v2/languages APIs

Description

We are deprecating endpoints with the following path: /api/v2/languages . Alternative APIs that use the same API contract are available for each API.

The following APIs will be removed:

  • GET /api/v2/languages

  • POST /api/v2/languages

  • GET /api/v2/languages/{languageId}

  • DELETE /api/v2/languages/{languageId}

Available alternatives are:

  • GET /api/v2/routing/languages

  • POST /api/v2/routing/languages

  • GET /api/v2/routing/languages/{languageId}

  • DELETE /api/v2/routing/languages/{languageId}

Change Category

API

Change Context

Alternative APIs are available.

Change Impact

Customers are to call alternative APIs that follow the same API contract.

Date of Change

02 Aug 2024

Impacted APIs

GET /api/v2/languages
POST /api/v2/languages
GET /api/v2/languages/{languageId}
DELETE /api/v2/languages/{languageId}

References

[PLUS-259]

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