Open Context Protocol is live! 🚀 Read the launch post

updateStartupScript

Update Startup Script

PATCH /startup-scripts/{startup-id} HTTP/1.1

Parameters

{
  "name": {
    "description": "The name of the Startup Script.",
    "required": false,
    "location": "body",
    "type": "string"
  },
  "script": {
    "description": "The base-64 encoded Startup Script.",
    "required": false,
    "location": "body",
    "type": "string"
  },
  "type": {
    "description": "The Startup Script type.\n\nboot (default)\npxe",
    "required": false,
    "location": "body",
    "type": "string"
  }
}