Add a code package to an automation

This call adds a code package to an automation. The default Python version is 3.8.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the automation you are adding the code package to.

Body Params
string
required

File ID of the uploaded code package.

string
required

The code package version.

int32
Defaults to 500

Set the memory limit for the code package, specified in MB. The default value is 500MB while the maximum allowed is 4000MB. If omitted, the limit will be inherited from the automation entity when creating an automation run.

json
required

Input/output schema JSON.

string

Specify the Python version which should be used when the Package is executed. If omitted, default version will be used.

Headers
string
required

Your Seven Bridges Platform authentication token. For security reasons, token will not be automatically populated in the generated code sample. Please replace <your-token-here> with your token before executing this call.

string
required
Defaults to application/json
string
required
Defaults to advance
Response

Language
LoadingLoading…
Response
Choose an example:
application/json