Skip to content

Reposition Snippet

PATCH
/snippet/{snippetId}/reposition

Moves a snippet to a new position relative to another snippet.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

Type
HTTP (bearer)

Parameters

Path Parameters

snippetId*

The unique identifier of the snippet to reposition

Type
string
Required

Query Parameters

organizationId

Optional: Organization ID if repositioning organization snippet

Type
string

Request Body

application/json
JSON
{
}

Responses

Snippet successfully repositioned

application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License