Skip to main content
PATCH
Update Startup Script

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

script_id
string<uuid>
required

Startup Script UUID

Body

application/json
name
string
required
Example:

"Updated Script Name"

content
string
required
Example:

"#!/bin/bash\napt-get update && apt-get install -y nginx certbot"

team_id
string<uuid>
Example:

"c1d45377-b2a9-4407-ab8d-6909c34dfaac"

Response

Startup script updated successfully