MINARA

Mirrorable domains

GET /v1/sync/domains — Domains this install can mirror, so a peer skips one this deployment lacks instead of reading a 404 as a transport failu

GET /v1/sync/domains

Domains this install can mirror, so a peer skips one this deployment lacks instead of reading a 404 as a transport failure. Current ids: personalization, chat, user-tags, profile, workflow.

MethodGET
Path/v1/sync/domains
AuthAuthorization: Bearer <token> required
Categorystate

Response body

{ "domains": ["personalization", "chat", "user-tags", "profile", "workflow"] }

On this page