Deploy script

Deploy a script with updated files, creating a new version

Path parameters

script_idstringRequired
The unique identifier of the script

Headers

x-api-keystringRequired

Request

This endpoint expects an object.
fileslist of objectsRequired
Array of files to include in the script

Response

Successful Response
script_idstring
Unique script identifier
versioninteger
Script version number
file_countinteger
Total number of files in the script
file_treemap from strings to objects
Hierarchical file tree structure
created_atstringformat: "date-time"
Timestamp when the script was created
run_idstring or null
ID of the workflow run or task run that generated this script

Errors