Request headers

Only registered user can perform this action
  Authentication - string - required
    Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"

Request body example

{
  "preset_folder_id": 1,
  "ids": [2, 3, ...]
}

Success response body

{
  "success": true
}

Params

Param name Description
preset_folder_id
optional

Preset folder to wich we want to move presets (Can be nil if user move to root folder)

Validations:

  • Must be a Integer

ids
optional

IDs of presets wich we want to move

Validations:

  • Must be an array of Integer