Skip to main content

Update Institution Disclosure

Loading...
API endpoint path: /db-disclosures/v1/institution-disclosures/{institutionDisclosureId}

Updates an existing institution disclosure definition for the financial institution associated with the authenticated caller. This endpoint allows changes to disclosure configuration or content and returns the updated disclosure as persisted by the service. Updates take effect immediately for downstream user disclosure workflows.

Use this endpoint to:

  • Modify an existing institution disclosure’s name, content, or enabled status.
  • Update disclosure configuration that controls how disclosures are presented to users.
  • Keep institution disclosure definitions in sync with regulatory or business changes.

Behavior and capabilities:

  • The disclosure to update is identified by {institutionDisclosureId} in the path and must match the institutionDisclosureId provided in the request body (case-insensitive).
  • Requests are validated for required fields, printable ASCII, length limits, and proper pairing of disclosure data and data type before being persisted.
  • Optional URL content: if institutionDisclosureData is present, institutionDisclosureDataType must be URL; if either data or type is supplied alone, the request is rejected.
  • Disclosure updates are persisted through backend service and the institution disclosures cache is evicted to ensure subsequent reads reflect the update.

Request

Responses

Success