v1

latestOpenAPI 3.0.32026-07-2647121109.1 KB
TelemetryRelayService

Update forwarding endpoint

Updates a forwarding endpoint identified by ref.slug. The request body must include the full spec. The endpoint's protocol type cannot change after creation. Credentials are optional on update. If omitted, existing credentials are preserved; if provided, the credential type must match the endpoint's protocol.

patch/v1beta1/telemetryrelay/endpoints/{ref.slug}

Path parameters

ref.slugstring required

Request body

credentialAction'CREDENTIAL_ACTION_PRESERVE' | 'CREDENTIAL_ACTION_REPLACE' | 'CREDENTIAL_ACTION_CLEAR' enum

Controls how the endpoint's stored credentials are handled during the update. CREDENTIAL_ACTION_PRESERVE keeps the existing credentials unchanged. CREDENTIAL_ACTION_REPLACE replaces them with the credentials supplied in this request; credentials must be provided when this action is used. CREDENTIAL_ACTION_CLEAR removes the stored credentials.

Response

OK