Update AdapterAsk AIput https://webhooks.chain.io/adapters/{id}Update your remote adapter configuration.Path ParamsidstringrequiredThe unique id value associated with your adapter returned by the create adapter API call.Body Paramsintegration_identifiersarray of objectsrequiredA list of the Flow Setup types where your adapter should be availableintegration_identifiers*ADD stringdisplay_namestringrequiredThe name that will be displayed to the user when selecting the adapter to use in a flow.display_descriptionstringrequiredA short description of your adapter that users will see when they are selecting it.support_urlstringA link that users can follow to learn more about your adapteradapter_typestringenumrequiredIdentifies whether this adapter will considered an input (source) adapter or an output (destination) adapter.inputoutputAllowed:inputoutputwebhook_urlstringrequiredThe URL that Chain.io should send requests to in order to invoke your adapter. This URL should handle the Chain.io webhook format documented in this API guide.adapter_icon_urlstringA url that Chain.io will use to display an icon with your adapter to users.publication_typestringenumrequiredIf 'public', your adapter will be available to all Chain.io users. If 'private', you must send at least one workspace_associations value to allow users of that workspace to select your adapter.publicprivateAllowed:publicprivateworkspace_associationsarray of stringsA list of the IDs for every workspace that will have access to use your adapter. This list is only utilized if the publication_type is set to 'private'.workspace_associationsADD stringconfiguration_optionsarrayList of configuration options to present to users when they configure your adapter. The values the user entered for these configuration options will included in the payload send to your webhook_url when your adapter is invoked.configuration_optionsADD StringConfigurationOption | RegExConfigurationOption | PasswordConfigurationOption | NumberConfigurationOption | BooleanConfigurationOption | ListConfigurationOption | TableConfigurationLayoutHeaderscontent-typestringenumapplication/jsonAllowed:application/jsonResponses 200200 400400 401401Updated 11 months ago