Skip to main content
PUT
/
digitalbanking
/
disclosures
/
v1
/
institutions
/
{fiId}
/
disclosures
/
{id}
Update Disclosure
curl --request PUT \
  --url https://api.candescent.com/digitalbanking/disclosures/v1/institutions/{fiId}/disclosures/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "title": "<string>",
  "content": "<string>",
  "version": "<string>",
  "effectiveDate": "2023-12-25",
  "required": true
}
'
{
  "id": "<string>",
  "title": "<string>",
  "content": "<string>",
  "version": "<string>",
  "effectiveDate": "2023-12-25",
  "required": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

fiId
string
required

Unique identifier of the financial institution

id
string
required

Unique identifier of the disclosure

Body

application/json
id
string

Unique identifier of the disclosure

title
string

Disclosure title

content
string

Full disclosure text

version
string

Disclosure version

effectiveDate
string<date>
required
boolean

Whether acceptance is required before account opening

Response

Disclosure updated

id
string

Unique identifier of the disclosure

title
string

Disclosure title

content
string

Full disclosure text

version
string

Disclosure version

effectiveDate
string<date>
required
boolean

Whether acceptance is required before account opening