Upsert an app connection based on the app name
curl --request POST \ --url https://cloud.activepieces.com/api/v1/app-connections/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "pieceName": "<string>", "projectId": "<string>", "type": "SECRET_TEXT", "value": { "type": "SECRET_TEXT", "secret_text": "<string>" } }'
Use your api key generated from the admin console
Secret Text
SECRET_TEXT
Show child attributes