# CMS v2 environments

Company environments for the CMS builder

## Update routing, auth or htmlLang. Keys are immutable.

 - [PUT /api/v2/cms/environments/{key}](https://developer.caraer.com/apis/cms-v2-environments/update_1.md)

## Delete an environment except main

 - [DELETE /api/v2/cms/environments/{key}](https://developer.caraer.com/apis/cms-v2-environments/delete_1.md)

## List company environments

 - [GET /api/v2/cms/environments](https://developer.caraer.com/apis/cms-v2-environments/list_2.md)

## Create an environment

 - [POST /api/v2/cms/environments](https://developer.caraer.com/apis/cms-v2-environments/create_3.md)

## Link two records as translations

 - [POST /api/v2/cms/environments/translations/{fromUuid}/link/{toUuid}](https://developer.caraer.com/apis/cms-v2-environments/link.md)

## Unlink a translation edge

 - [DELETE /api/v2/cms/environments/translations/{fromUuid}/link/{toUuid}](https://developer.caraer.com/apis/cms-v2-environments/unlink.md)

## Translation group for a record

 - [GET /api/v2/cms/environments/translations/{recordUuid}](https://developer.caraer.com/apis/cms-v2-environments/group.md)

