post https://api.app.shipyardapp.com/orgs//temporary_external_files
Upload a file containing the code to be executed as part of a Blueprint Vessel
Log in to see full request history
Usage
This action is a prerequisite for Create Blueprint and optionally for Updated Blueprint.
Request Body
The provided file is uploaded as a multipart/form-data
request. As an example, this could be a script.py
with the contents:
print('hello, world!')
Response