PUT
/
api
/
v2
/
public
/
config

This API updates the specified config.

Request description

Headers

linked_account_id
string
required

Unique customer identification id. For Eg: markwood@some_email.com

Body Parameters

slug
string
required

Application slug. Eg: hubspot

config_id
string

A unique id for the config. If not provided, linked_account_id is considered as the config_id by default.

fields
object

Global input fields of the app described by slug

workflows
array
required

Published worflows of the app.

Response description

slug
string

Application slug

config_id
string

Unique ID of the created config

fields
array

Global input fields of an application

workflows
array

Published workflows of the application