You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.
6
6
7
7
## Variable env vars
8
8
9
9
To support a specific value for input parameter `apiName`, the environment variable `<API_NAME>_API_URL`, and optionally `<API_NAME>_AUTH_HEADER` and `<API_NAME>_AUTH_HEADER_VALUE` must be set, where `<API_NAME>` is the upper-snake-case version of the value provided for the `apiName` parameter.
| ✅ | apiName || Used as prefix for environment variables to find API config | string |||||
103
+
| ✅ | dataPaths || Array of data paths to extract from the API response | object[]|||||
104
+
| ✅ | dataPaths.name || Name of the field in the output response | string |||||
105
+
| ✅ | dataPaths.path || JSON path to extract from API response | string |||||
106
+
|| ripcordPath || The path to the ripcord field if expected | string |||||
107
+
|| ripcordDisabledValue || If the ripcord field has a different value than this, the adapter will return an error. | string ||`false`|||
108
+
|| providerIndicatedTimePath || JSON path to extract the timestamp from the API response. Supports ISO 8601 datetime strings (e.g., "2026-01-19T06:56:22.194Z") or Unix milliseconds (number). The value will be placed in timestamps.providerIndicatedTimeUnixMs. | string |||||
To support a specific value for input parameter `apiName`, the environment variable `<API_NAME>_API_URL`, and optionally `<API_NAME>_AUTH_HEADER` and `<API_NAME>_AUTH_HEADER_VALUE` must be set, where `<API_NAME>` is the upper-snake-case version of the value provided for the `apiName` parameter.
0 commit comments