Update a Provider's Visibility
Turns a single provider on or off in your white-label Providers tab.
allowed reflecting the visible you sent.
Path Parameters
stripe and STRIPE address the same provider.Body
true adds it to the allowlist, false removes it.Required. A body that omits it, or sends an explicit null, is a 400 — it is never treated as false.Response
The provider’s refreshed overlay, in the same shape as Retrieve a Provider Overlay.Errors
Authorizations
Path Parameters
Yuno catalogue provider id in UPPER_SNAKE_CASE. Case-insensitive; normalized to upper case.
"STRIPE"
Body
Whether the organization offers this provider.
Whether the organization offers this provider. true adds it to the allowlist, false removes it. Removing keeps any instruction override. Required — an omitted or null visible is a 400, never a defaulted false.
true
Response
The provider's refreshed overlay.
Yuno catalogue provider id, UPPER_SNAKE_CASE.
"STRIPE"
Whether the organization offers this provider.
true
Display name replacing the catalogue's, when overridden. Only Yuno-owned providers can carry one.
"Acme Risk"
Connection steps replacing the catalogue's, when overridden. Absent means keep the catalogue's.
Grouped setup steps replacing the catalogue's, when overridden. Absent means keep the catalogue's.
Documentation link replacing the catalogue's, when overridden. Always https.
"https://docs.example.com/stripe"
Read-only and ephemeral: a presigned URL minted on this read and valid only for a short window. Never store it — read the provider again for a fresh one.
"https://s3.amazonaws.com/whitelabel/logo.png?X-Amz-Signature=..."