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

{
  "media_file_ids": [1, 2, ...]
  "folder_ids": [2, 5, 6, ...]
  "team_ids": [1, 2, ...]
}

Success response body

{
  "success": true
}

Params

Param name Description
media_file_ids
optional

Validations:

  • Must be an array of Integer

folder_ids
optional

Validations:

  • Must be an array of Integer

team_ids
required

Validations:

  • Must be an array of Integer