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

Type
HTTP (bearer)

Parameters

Path Parameters

scriptId*

The unique identifier of the script to update

Type
string
Required

Query Parameters

organizationId

Optional: Organization ID if updating organization script

Type
string

Request Body

application/json
JSON
"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