Files
mattermost/server/public/model
809ad4f76d Adds Remote Cluster related API endpoints (#27432)
* Adds Remote Cluster related API endpoints

New endpoints for the following routes are added:

- Get Remote Clusters at `GET /api/v4/remotecluster`
- Create Remote Cluster at `POST /api/v4/remotecluster`
- Accept Remote Cluster invite at `POST
/api/v4/remotecluster/accept_invite`
- Generate Remote Cluster invite at `POST
/api/v4/remotecluster/{remote_id}/generate_invite`
- Get Remote Cluster at `GET /api/v4/remotecluster/{remote_id}`
- Patch Remote Cluster at `PATCH /api/v4/remotecluster/{remote_id}`
- Delete Remote Cluster at `DELETE /api/v4/remotecluster/{remote_id}`

These endpoints are planned to be used from the system console, and
gated through the `manage_secure_connections` permission.

* Update server/channels/api4/remote_cluster_test.go

Co-authored-by: Doug Lauder <wiggin77@warpmail.net>

* Fix AppError names

---------

Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
Co-authored-by: Mattermost Build <build@mattermost.com>
2024-07-04 10:35:26 +02:00
..
2023-10-11 10:13:36 +02:00
2023-10-11 10:13:36 +02:00
2023-10-11 10:13:36 +02:00
2024-03-12 08:36:05 -06:00
2023-10-11 10:13:36 +02:00
2023-10-12 09:47:35 +05:30
2024-03-12 08:36:05 -06:00
2024-03-12 08:36:05 -06:00
2023-11-01 12:57:13 +01:00
2024-06-17 12:07:05 -04:00
2023-10-11 10:13:36 +02:00
2024-06-12 11:33:04 +02:00
2023-10-11 10:13:36 +02:00
2023-12-11 15:27:34 -05:00
2023-10-11 10:13:36 +02:00
2024-04-24 17:09:49 +02:00
2024-06-17 12:07:05 -04:00
2023-10-11 10:13:36 +02:00
2023-10-12 09:47:35 +05:30
2023-10-12 09:47:35 +05:30
2024-02-09 11:17:28 -05:00
2024-05-09 20:49:02 +02:00
2023-12-11 15:27:34 -05:00