Replace a Provider's Instruction Override
Stores your own connection instructions for one provider, replacing the Yuno catalogue’s wording where you override it.
instructions, setup_instructions, more_info_url and name must be present. Unknown top-level keys are rejected rather than ignored, and the serialised document may not exceed 64 KB.
Overriding a provider’s wording does not add it to your allowlist — editing text never changes what you offer.
Path Parameters
Body
YUNO, such as YUNO_3DS or YUNO_FRAUD_SCREENING. Any other provider is rejected with 400.Response
The stored document, in the same shape as Retrieve a Provider’s Instruction Override, including the read-onlycreated_at, updated_at, created_by and updated_by fields.
violations lists every problem with the document at once — fix them together rather than resubmitting to discover the next one.Errors
Authorizations
Path Parameters
Yuno catalogue provider id in UPPER_SNAKE_CASE. Case-insensitive; normalized to upper case.
"STRIPE"
Body
The complete override document.
The complete override document. At least one property must be present.
The connection steps shown to your own users. Every link must be https.
Grouped setup steps.
Link to your own documentation for this provider. Must be an https URL.
"https://docs.example.com/stripe"
Display name that replaces the catalogue's. Accepted only for Yuno-owned providers (a catalogue id containing YUNO, e.g. YUNO_3DS); any other provider is rejected with 400.
255"Acme Risk"
Response
The stored override.
Yuno catalogue provider id, UPPER_SNAKE_CASE.
"STRIPE"
Connection steps replacing the catalogue's.
Grouped setup steps replacing the catalogue's.
Documentation link replacing the catalogue's, when overridden. Always https.
"https://docs.example.com/stripe"
Display name replacing the catalogue's, when overridden. Only Yuno-owned providers can carry one.
"Acme Risk"
When the override was first written.
"2026-09-02T13:54:13Z"
When the override was last written.
"2026-09-02T13:54:13Z"
The dashboard user who created it. Overrides written through this API carry the all-zero sentinel 00000000-0000-0000-0000-000000000000, meaning "written through the API" rather than by a person in the dashboard.
"00000000-0000-0000-0000-000000000000"
The dashboard user who last updated it, with the same sentinel rule as created_by.
"00000000-0000-0000-0000-000000000000"