-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to file based function inputs
- Loading branch information
1 parent
3dd2c06
commit c340479
Showing
3 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"speckleToken": "YOUR SPEKCLE TOKEN", | ||
"functionInputs": { | ||
"whisperMessage": "you are doing something weird", | ||
"forbiddenSpeckleType": "" | ||
}, | ||
"automationRunData": { | ||
"project_id": "project id", | ||
"model_id": "model id", | ||
"branch_name": "branch name", | ||
"version_id": "version id", | ||
"speckle_server_url": "https://latest.speckle.systems", | ||
"automation_id": "automation id", | ||
"automation_revision_id": "automation revision id", | ||
"automation_run_id": "automation run id", | ||
"function_id": "function id", | ||
"function_name": "function name", | ||
"function_logo": null | ||
} | ||
} |