Skip to content

Create Custom Script

POST
/scripts

Creates a new custom script that can be executed on servers. Users can define their own automation scripts with custom parameters.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

TypeHTTP (bearer)

Request Body

application/json
JSON
{
"name": "string",
"description": "string",
"content": "string"
}

Responses

Script successfully created
application/json
JSON
{
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License