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

{
  "team_ids": [2, 3, ...]
}

Success response body

{
  "success": true
}

Params

Param name Description
id
required

ID of preset folder

Validations:

  • Must be a Integer

team_ids
required , nil allowed

Array of Team IDs

Validations:

  • Must be an array of Integer