10-20-2022 10:12 AM
I need a way to edit an account programatically using API. In our case, the end-user uses our application to enter the credentials for a data source (e.g. google drive, SFTP etc). I would then like to edit the corresponding account in Snaplogic with these credentials using APIs and then start the pipeline using APIs.
10-21-2022 06:24 AM
Editing the Account can be made by using the Metadata Snaps.
So one option is to have one pipeline(which will contain the logic for updating the account, using the Metadata Snaps), which will be exposed as an API(by creating Triggered or Ultra Task from it), and your application will call that API(pipeline) with passing the credentials.
BR,
Spiro Taleski