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_ids": [1, 2, ...],
  "preset_folder_ids": [3, 4, ...],
  "team_ids": [2, ...]
}

Success response body

{
  "success": true
}

Params

Param name Description
preset_ids
optional

Validations:

  • Must be an array of Integer

preset_folder_ids
optional

Validations:

  • Must be an array of Integer

team_ids
required , nil allowed

Validations:

  • Must be an array of Integer