Skip to content

Update Custom Script

PUT
/scripts/{scriptId}

Updates an existing custom script's content, parameters, or other properties. Only the script creator can modify custom scripts.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

TypeHTTP (bearer)

Parameters

Path Parameters

scriptId*

The unique identifier of the script to update (URL encoded)

Typestring
Required

Request Body

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

Responses

Script successfully updated
application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License