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
Requiredstring
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
{
}
