Skip to content

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
string
Required

Query Parameters

organizationId

Optional: Organization ID if repositioning organization script

Type
string

Request Body

application/json
JSON
{
}

Responses

Script successfully repositioned

application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License