POST /settings/relay-probe
Probes a candidate relay URL for reachability. An optional one-time access token is used only for this probe and is never persisted. A probe that fails to reach the relay is a NORMAL categorized outcome returned 200 (mirrors the Tauri command contract) — only a missing relay-diagnostic adapter (server misconfiguration) becomes a 500 ApiError.
Request body
Response
Relay probe outcome (reachable or a categorized failure)
Changes
Changed in 3 of the 44 revisions of this API.33
- ▲
added the new required request property
credentialnew-required-request-property
- ▲
removed the required property
data/oneOf[subschema #1]/latency_msfrom the response with the200statusresponse-required-property-removed
- ○
added the non-success response with the status
503response-non-success-status-added
- ○
added the required property
data/oneOf[subschema #1]/latencyMsto the response with the200statusresponse-required-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 74 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲