Reposition Script
PATCH
/scripts/{scriptId}/reposition
Moves a script to a new position relative to another script.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
Type
HTTP (bearer)
Parameters
Path Parameters
scriptId*
The unique identifier of the script to reposition
Type
Requiredstring
Query Parameters
organizationId
Optional: Organization ID if repositioning organization script
Type
string
Request Body
application/json
JSON
{
}
Responses
Script successfully repositioned
application/json
JSON
{
}
