Update Intermediary

How to update an intermediary using the DigiFi API.

The Update Intermediary API can be used to update an intermediary that was already created.

Example Request

Below please find the JSON body for an example request:

{
  "variables": {
    "variable_to_update": "updated_value"
  }
}

📘

We strongly recommend to send the date value in "MM/DD/YYYY" format to avoid any issues with date representation.

📘

Please note that each row in a variable of type Table must contain a unique string _id field.

Language
Authorization
Header