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
RequiredRequest Body
application/json
JSON
{
"name": "string",
"description": "string",
"content": "string"
}
Responses
Script successfully updated
application/json
JSON
{
}