ServerService
Chatto exposes this service below /api/connect.
Shared message and enum definitions are documented in Shared Types And Enums.
ServerService
Section titled “ServerService”Provides authenticated server-wide reads.
GetMotd
Section titled “GetMotd”Returns the authenticated message of the day.
POST /api/connect/chatto.api.v1.ServerService/GetMotdInput: GetMotdRequest
Section titled “Input: GetMotdRequest”Request for the authenticated message of the day.
Result: GetMotdResponse
Section titled “Result: GetMotdResponse”Authenticated message of the day response.
| Field | Type | Description |
|---|---|---|
motd | optional string | Optional message of the day shown to authenticated members. |
GetRuntimeConfig
Section titled “GetRuntimeConfig”Returns authenticated runtime settings used by clients.
POST /api/connect/chatto.api.v1.ServerService/GetRuntimeConfigInput: GetRuntimeConfigRequest
Section titled “Input: GetRuntimeConfigRequest”Request for authenticated server runtime configuration.
Result: GetRuntimeConfigResponse
Section titled “Result: GetRuntimeConfigResponse”Authenticated server runtime configuration response.
| Field | Type | Description |
|---|---|---|
runtime | ServerRuntimeConfig | Authenticated runtime settings used by clients. |