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
Requiredstring
Query Parameters
organizationId
Optional: Organization ID if repositioning organization snippet
Type
string
Request Body
application/json
JSON
{
}
Responses
Snippet successfully repositioned
application/json
JSON
{
}
