Skip to main content
PUT
Write a file to the builder

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Body

application/json
path
string
required
Example:

"main.py"

content
string
required
restart
boolean

Restart the app after writing.

Example:

false

Response

File written.